{% 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 %}
{{ " " }} {{ "Displays no smile-" }} {{ "-----------" }} {{ "-----------" }} {{ "-----------" }} {{ "-----------" }} {{ "-----------" }} {{ "Displays a broad smile"}}
{{ field.label }} {{ choice }} {{ choice }}

{% next_button %} {% endblock %}