{% load i18n %}
| {% 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." %} | ||||