{% extends 'ddm/project_admin/base.html' %} {% block page_title %}Data Donation Setup{% endblock %} {% block main_heading %}Data Donation Blueprints{% endblock %} {% block main_body %}

Donation Blueprints

{% for blueprint in donation_blueprints %} {% empty %} {% endfor %}
Name Assigned to Instructions
{{ blueprint.name }} {{ blueprint.zip_blueprint }} {% if blueprint.get_instructions %} show instructions {% else %} No instructions – create instructions {% endif %} edit blueprint delete blueprint
No blueprints created yet.
+  Create new blueprint

Zipped Donation Blueprints

{% for blueprint in zipped_blueprints %} {% empty %} {% endfor %}
Name Instructions
{{ blueprint.name }} {% if blueprint.get_instructions %} show instructions {% else %} create instructions {% endif %} edit zipped blueprint delete blueprint
No zipped blueprints created yet.

+  Create new zipped blueprint

{% endblock %} {% block breadcrumbs %} Back to: Projects / Project Cockpit {% endblock %}