{% load django_tables2 i18n submission_tags %}
{# Left #}
{% if heading %}

{{ heading }}

{% endif %} {% if use_batch_actions %}

0 {% trans "Selected" %}

{% endif %}
{# Right #}
{% get_url_param 'archived' as archived_param %} {% if show_archive %} {% if archived_param == '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 %}