{% extends 'ddm_core/page_with_form.html' %} {% block page_title %}Download Data Donations{% endblock %} {% block main_heading %}{% endblock %} {% block main_form %}

Download Data Donations for {{ participant_id }}?

{% csrf_token %} {{ form.media }}

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 }}
{% block cancel %}{% endblock cancel %}
{# Spacing element #}
{% endblock %} {% block breadcrumbs %} {% endblock %}