{% extends "funds/base_submissions_table.html" %} {% load i18n static %} {% load render_table from django_tables2 %} {% block title %}{% trans "Submissions" %}{% endblock %} {% block content %}
{% 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 %}