{% extends 'ddm_core/page_with_form.html' %} {% load static %} {% block page_title %}Edit Briefing Page{% endblock page_title %} {% block main_heading %}Briefing Page{% endblock main_heading %} {% block sub_heading %} The briefing page is the entry point to your study for your participants {% endblock sub_heading %} {% block form_content %}
{{ form.non_field_errors }} {% include "ddm_core/form_components/_basic_field.html" with field=form.briefing_text extra_field_classes="mb-3" %}
{% include "ddm_core/form_components/_checkbox_toggle_field.html" with field=form.briefing_consent_enabled %}

Consent Labels

{% include "ddm_core/form_components/_basic_field.html" with field=form.briefing_consent_label_yes %} {% include "ddm_core/form_components/_basic_field.html" with field=form.briefing_consent_label_no %}
{% endblock form_content %} {% block scripts %} {{ block.super }} {% endblock %}