{% extends 'ddm_core/page_with_form.html' %} {% block page_title %}Download Data Donations{% endblock page_title %} {% block main_heading %}Download Donations for {{ participant_id }}{% endblock main_heading %} {% block form_content %}
{{ form.non_field_errors }}

You are about to download the data donated by the participant with ID {{ participant_id }}.

The data will be downloaded as a zip file.

{% if form.errors %}

The form could not be processed. Please check the issues highlighted below.

{% endif %} {{ form.non_field_errors }}
{% include "ddm_core/components/info_modal.html" with modal_id="modal-download-success" body="

Download Successful.

" %} {% include "ddm_core/components/info_modal.html" with modal_id="modal-download-error" body="

Download Failed

" %} {% endblock form_content %} {% block pre_footer_right %}{% endblock pre_footer_right %}