{% extends 'ddm/admin/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 File Blueprints.
{% include "ddm/admin/components/info_collapsible.html" with element_id="ulbps" title="More about Uploaders and File Blueprints" include_path="ddm/admin/data_donation/text_uploader_and_blueprints.html" body="" %}Index | Uploader | Upload Type | Donation Instructions | Associated Blueprints |
---|---|---|---|---|
{{ uploader.index }} | {{ uploader.name }} (Edit | Delete) | {{ uploader.upload_type }} | Edit Instructions | {% if uploader.donationblueprint_set.all %} {% else %} No associated Blueprints {% endif %} |
You have yet to create an Uploader for this project. |
Name | |
---|---|
{{ blueprint.name }} | Edit | Delete |
No unassociated File Blueprints. |