{% 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 %} {% trans "Switch to grid 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" %}.