{% extends "base.html" %} {% block content %} {{ block.super }} {% if engagement %}

Add Questionnaire to {{engagement}}

{% else %}

Add Unlinked Questionnaire

{% endif %} {% if surveys %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% if engagement %} {% endif %}
{% else %}

All available questionnaires have been added to this engagement.

{% endif %} {% endblock %}