{% extends "base.app.html" %} {% block content-title %}STORES{% endblock%} {% load stores_extra %} {% block content %} {% if stores %}
{% for store in stores %} {% with plans=store|get_plans %}
{% endwith %} {% endfor %}
{% else %}

no stores yet

{% endif %} Add store {% endblock%}