{% load static %} {% static "images" as baseUrl %} {% include 'com.html' %} {% include 'navbar.html' %} {% csrf_token%} {% for shop in shops %} {%if shop.shop_state == "START"%} {{shop.shop_name}} {{shop.shop_description}} {%else%} SHOP CLOSED {{shop.shop_name}} {{shop.shop_description}} {%endif%} {% empty %} Sorry, no selection to display. {% endfor %}
Sorry, no selection to display.