{% 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 }}) {% heroicon_outline "rocket-launch" aria_hidden="true" size=15 stroke_width="2" class="inline align-text-bottom" %} {% trans "Try newer version" %} {% endslot %} {% slot sub_heading %}{% trans "Search and filter all submissions" %}{% endslot %} {% endadminbar %}
{% block table %} {% include "funds/includes/table_filter_and_search.html" with filter_form=filter_form search_term=search_term use_search=True filter_action=filter_action use_batch_actions=True filter_classes="filters-open" show_archive=show_archive %} {% render_table table %} {% endblock %}
{% endblock %}