{% set _uproot_title %}{% block title %}{% endblock title %}{% endset %} {% from "Macros.html" import chat with context %} {% from "Macros.html" import error with context %} {% from "Macros.html" import errors with context %} {% from "Macros.html" import fields with context %} {% from "Macros.html" import field with context %} {% from "Macros.html" import likert_matrix with context %} {% from "Macros.html" import likert_grid with context %} {% if _uproot_title %} {{ _uproot_title | striptags }} {% else %} {% translate %} Study {% endtranslate %} {% endif %} {% block TOPLEVELhead %} {% endblock TOPLEVELhead %} {% include "ProjectHead.html" ignore missing %} {% block TOPLEVELbody %} {% endblock TOPLEVELbody %} {% include "ProjectBody.html" ignore missing %}