{% extends "global/Page.html" %} {% load otree static %} {% block title %} Smile Intensity Questionnaire {% endblock %} {% block content %}
Please rate the person in the image below according to the statements and scales provided.
{% for field in form %} {% for choice in field %} {% if choice.choice_label == '7' %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ " " }} {{ "Not at all-" }} {{ "-----------" }} {{ "-----------" }} {{ "-----------" }} {{ "-----------" }} {{ "-----------" }} {{ "Very much so"}}
{{ field.label }} {{ choice }} {{ choice }}

{% next_button %} {% endblock %}