{% extends base_template %} {% load i18n static %} {% load querystrings heroicons %} {% load humanize %} {% block title %}{% trans "Submissions" %}{% endblock %} {% block content %}{% spaceless %} {% adminbar %} {% slot header %} {% trans "All Submissions" %} ({{ page.paginator.count }}) {% endslot %} {% slot sub_heading %}{% trans "Search and filter all submissions" %}{% endslot %} {% slot buttons %} {% heroicon_mini "table-cells" aria_hidden="true" size=16 class="inline align-text-bottom" %} {% trans "Table view" %} {% endslot %} {% endadminbar %}
{% if is_filtered %} {% comment %} Display option to clear all the filters {% endcomment %}{% trans "Try" %} {% trans "clearing" %} {% trans "the current query and try again" %}.