{% 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" %} • Switch to old table view {% endslot %} {% slot buttons %} {% if request.GET.format == 'list' %} {% heroicon_mini "table-cells" aria_hidden="true" size=16 class="inline align-text-bottom" %} {% trans "Table view" %} {% else %} {% heroicon_mini "queue-list" aria_hidden="true" size=16 class="inline align-text-bottom" %} {% trans "List View" %} {% endif %} {% 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" %}.