{% extends "index.html" %} {% block content %} {% if stores %} {% for store in stores|sort(attribute='name') %} {% endfor %}
Store URL
{{ store.name }} {{ store.base_url }}
{% else %}

Oops!

Seems you have no stores installed. When you have no stores - I have nothing to display.

Install my first store!

{% endif %} {% endblock %}