{% load static %} {% static "images" as baseUrl %} {% include 'com.html' %} {% include 'navbar.html' %}
{% csrf_token%}
{% for shop in shops %} {%if shop.shop_state == "START"%}
Card image cap
{{shop.shop_name}}
{{shop.shop_description}}
{%else%}

SHOP
CLOSED

Card image cap
{{shop.shop_name}}
{{shop.shop_description}}
{%endif%} {% empty %}

Sorry, no selection to display.

{% endfor %}