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