{% 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 %}