{% 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 %}
You are about to download the data donated by the participant with ID {{ participant_id }}.
The data will be downloaded as a zip file.
The form could not be processed. Please check the issues highlighted below.
{% endif %} {{ form.non_field_errors }}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 %}