{% extends 'otreeutils/ExtendedPage.html' %} {% load staticfiles otree_tags otreeutils_tags %} {% block app_styles %} {% endblock %} {% block content %} {{ base_form.non_field_errors }} {% for survey_form_name, survey_form in survey_forms.items %}
{% for header_label in survey_form.form_opts.header_labels %} | {{ header_label }} | {% endfor %}
---|---|
{% if not field.help_text.0 %}{{ field.help_text.1|safe }}{% endif %} {{ field.label_tag }} {% if field.help_text.0 %}{{ field.help_text.1|safe }}{% endif %} | {% for choice in field %}{{ choice.tag }} | {% endfor %}