{% extends "funds/base_submissions_table.html" %} {% load heroicons %} {% load i18n static %} {% load render_table from django_tables2 %} {% block title %}{% trans "Submissions" %}{% endblock %} {% block content %} {% adminbar %} {% slot header %} {% trans "All Submissions" %} ({{ table.rows|length }}) {% endslot %} {% slot sub_heading %} {% trans "Search and filter all submissions" %} • Switch to new table view {% endslot %} {% slot buttons %} {% heroicon_mini "queue-list" aria_hidden="true" size=16 class="inline align-text-bottom" %} {% trans "List view" %} {% endslot %} {% endadminbar %}