{% extends 'ddm_core/base.html' %} {% block page_title %}Data Donation Overview{% endblock page_title %} {% block main_heading %}Data Donation Overview{% endblock main_heading %} {% block sub_heading %}

Data donations from participants are collected through Uploaders. Each Uploader is associated with a set of Donation Instructions and one or multiple Blueprints.

{% include "ddm_core/components/info_collapsible.html" with element_id="ulbps" extra_classes="white" title="Learn more about Uploaders and Blueprints" include_path="ddm_datadonation/text_uploader_and_blueprints.html" body="" %} {% endblock sub_heading %} {% block main_body %}

Uploader Configuration

Manage uploaders and their associated blueprints

{% include "ddm_datadonation/overview/uploader_table.html" %} Create Uploader Create Blueprint
{% with content_include_path="ddm_datadonation/overview/unassociated_blueprints.html" n_blueprints=lonely_blueprints.count|stringformat:"s" %} {% with accordion_description=""|add:n_blueprints|add:"" %} {% include "ddm_core/components/accordion_card.html" with accordion_id="unassociatedBlueprintsAcc" accordion_title="Unassociated Blueprints" %} {% endwith %} {% endwith %}
{% with content_include_path="ddm_datadonation/overview/advanced_options.html" %} {% include "ddm_core/components/accordion_card.html" with accordion_id="advancedOptionsAcc" accordion_title="Advanced Options" %} {% endwith %}
{% endblock main_body %}