{% extends "base.html" %} {% load authorization_tags %} {% block content %} {{ block.super }}

Create New Questionnaire

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% if survey %} {% if "dojo.delete_engagement_survey"|has_configuration_permission:"staff" %} Delete Questionnaire {% endif %} {% else %} {% endif %}
{% endblock %}