{{ form.non_field_errors }}
{{ form.owner }}
{% include "ddm_core/form_components/_basic_field.html" with field=form.name %}
{% include "ddm_core/form_components/_basic_field.html" with field=form.slug %}
{% include "ddm_core/form_components/_basic_field.html" with field=form.contact_information %}
{% include "ddm_core/form_components/_basic_field.html" with field=form.data_protection_statement %}
{% with content_include_path="ddm_projects/form_sections/_enhanced_encryption_block.html" %}
{% include "ddm_core/components/accordion_card.html" with extra_classes="mb-4 narrow-accordion" accordion_id="advancedOptionsAcc" accordion_title="Advanced Options" %}
{% endwith %}