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

{{ heading }} {% if show_try_new_submissions_link %} ({% heroicon_outline "rocket-launch" aria_hidden="true" size=15 stroke_width="2" class="inline align-text-bottom" %} {% trans "Try newer version" %}) {% endif %}

{% endif %} {% if use_batch_actions %}

0 {% trans "Selected" %}

{% if can_bulk_archive %} {% 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 %} {% 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" %} {% endif %}