{% load django_tables2 i18n heroicons %} {% load querystrings %}
{# Left #}
{% if heading %}

{{ heading }}

{% endif %} {% if use_batch_actions %}

0 {% trans "Selected" %}

{% if not project_actions %} {% if can_bulk_archive %} {% endif %} {% elif invoice_actions %} {% endif %}
{% endif %}
{# Right #}
{% get_query 'archived' as archived_param %} {% if show_archive %} {% if request.GET.archived == '1' %} {% trans "Hide Archived" %} {% else %} {% trans "Show Archived" %} {% endif %} {% endif %} {% with request.get_full_path as path %} {% if 'submission' in path and can_export %} {% heroicon_mini "arrow-down-tray" class="inline me-1" %} Export {% endif %} {% endwith %} {% if filter_classes != 'filters-open' %} {% endif %} {% if use_search|default:False %} {% endif %}
{% trans "Filter by" %}
{% if use_batch_actions %} {% include "funds/includes/batch_update_lead_form.html" %} {% include "funds/includes/batch_update_reviewer_form.html" %} {% include "funds/includes/batch_progress_form.html" %} {% include "funds/includes/batch_delete_submission_form.html" %} {% include "funds/includes/batch_archive_submission_form.html" %} {% if project_actions %} {% if invoice_actions %} {% include "application_projects/includes/batch_invoice_status_update.html" %} {% endif %} {% endif %} {% endif %}