{% extends "base-questionnaire.html" %} {% load questionnaire i18n %} {% load static %} {% load dynamicStyleTags %} {% load landings %} {% block title %} Questionnaire: {{ questionset.heading }} {% endblock %} {% block headextra %} {% if questionsetstylesheet|getAssociatedStylesheets %} {% endif %} {% if progress %} {% if questionset.questionnaire.name|add:"Progress"|getAssociatedStylesheets %} {% else %} {% endif %} {% endif %} {% for x in jsinclude %} {% endfor %} {% for x in cssinclude %} {% endfor %} {% if async_progress %} {% endif %} {% endblock %} {% block language %} {% for lang in LANGUAGES %}{% if not forloop.first %} |{% endif %} {{ lang.1 }} {% endfor %} {% endblock %} {% block questionnaire %} {% if progress %}
{% endif %}