{% load i18n %} {% for shop in shops %} {% empty %} {% endfor %}
{% trans "Name" %} {% trans "Slug" %} {% trans "Type" %} {% trans "Published" %}
{{ shop.name }} {{ shop.slug }} {{ shop.get_shop_type_display }} {% if shop.is_published %} {% trans "Published" %} {% else %} {% trans "Draft" %} {% endif %}
{% trans "No shops yet." %}