{% extends 'storefront/base.html' %} {% load i18n %} {% block content %} {% if is_preview %} {% endif %} {% if shop.description_html %}
{{ shop.description_html }}
{% endif %} {% if featured_listings or grouped_listings %}
{% if view == 'table' %} {% include 'storefront/_hulls_table.html' %} {% else %} {% include 'storefront/_hulls_featured.html' %} {% include 'storefront/_hulls_grid.html' %} {% endif %} {% else %}
{% trans "No items listed yet." %}
{% endif %} {% endblock %}