{% extends 'ddm_core/page_with_form.html' %} {% block page_title %}Copy Project{% endblock page_title %} {% block main_heading %}Copy Project{% endblock main_heading %} {% block form_content %}
This creates a new project with a copy of "{{ source_project.name }}"'s configuration (file uploaders, blueprints, and questionnaire). Collected data is never copied.
{{ form.non_field_errors }} {% if form.owner %} {% include "ddm_core/form_components/_basic_field.html" with field=form.owner %} {% endif %} {% include "ddm_core/form_components/_basic_field.html" with field=form.name %} {% include "ddm_core/form_components/_basic_field.html" with field=form.slug %}The copy always uses standard encryption, even if the source project has enhanced encryption enabled.