{% extends "global/Page.html" %} {% load otree static %} {% block title %} Liking Questionnaire {% endblock %} {% block content %}
| {{ " " }} | {{ "Not at all" }} | {{ "----------" }} | {{ "----------" }} | {{ "----------" }} | {{ "Very much "}} |
|---|---|---|---|---|---|
| {{ field.label }} | {% for choice in field %} {% if choice.choice_label == '5' %}{{ choice }} | {% else %}{{ choice }} | {% endif %} {% endfor %}