{% extends 'ddm_core/page_with_form.html' %} {% load static %} {% block page_title %}Download Donations{% endblock %} {% block main_heading %}Download Donations for {{ participant_id }} {% endblock %} {% block main_top %} Please provide your secret to decrypt the donation. You defined this secret when you created your project. {% endblock %} {% block main_form %}
{% endblock %} {% block main_bottom %} {% 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 %} {% block breadcrumbs %} {% endblock %} {% block scripts %} {{ block.super }} {% endblock %}