{{ heading_title }}

{{ text_store }}

{% for store in stores %} {% if store.store_id == store_id %}{{ store.name }}
{% else %}{{ store.name }}
{% endif %} {% endfor %}