{% load static %} {% static "images" as baseUrl %} {% include 'com.html'%} {% include 'navbar_vendor.html' %} {% load crispy_forms_tags %}

{{shopobj.shop_name}} details

{%csrf_token%}
SHOP STATE
{% if shopobj.shop_state == 'START'%}
Running
{%else%}
Paused
{%endif%}