{% 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 }}) {% trans "View older version" %} {% endslot %} {% endadminbar %}
{% if is_filtered %} {% comment %} Display option to clear all the filters {% endcomment %}Try clearing the current query and try again.