{% extends "template_admin.html" %} {% from "questionnaire_macro.html" import createQuestionnaire with context %} {% block head %} {% endblock %} {% block content %} {% if (errors | length) > 0 %}
Errors were found
{% endif %}
{{ createQuestionnaire(q) }}

{{ q.title if q.title else "Questionnaire Metadata"}}

{% if q.participant_calculations %}

Per-Response Calculations

{% endif %} {% endblock %}