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

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" title="More about Uploaders and File Blueprints" include_path="ddm_datadonation/text_uploader_and_blueprints.html" body="" %}
Uploader Configuration
{% 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="Number of unassociated blueprints: "|add:n_blueprints %} {% include "ddm_core/components/accordion_card.html" with extra_classes="mb-4" 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 extra_classes="mb-4 narrow-accordion" accordion_id="advancedOptionsAcc" accordion_title="Advanced Options" %} {% endwith %}
Back
{% endblock %} {% block breadcrumbs %} Projects "{{ project.name|truncatechars:15 }}" Project Data Donation Overview {% endblock %}