{% extends "global/Page.html" %} {% load otree static %} {% block title %} Smile Intensity Questionnaire {% endblock %} {% block content %}
| {{ " " }} | {{ "Displays no smile-" }} | {{ "-----------" }} | {{ "-----------" }} | {{ "-----------" }} | {{ "-----------" }} | {{ "-----------" }} | {{ "Displays a broad smile"}} |
|---|---|---|---|---|---|---|---|
| {{ field.label }} | {% for choice in field %} {% if choice.choice_label == '7' %}{{ choice }} | {% else %}{{ choice }} | {% endif %} {% endfor %}