{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}


Please indicate the intensity with which you feel, at the moment, each of the emotions below.

Not at all Very much
{% endif %} {% endfor %} {% for choice in form.warmth_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Warmth {% for choice in form.warmth_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.anger_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Anger {% for choice in form.anger_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.fear_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Fear {% for choice in form.fear_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.envy_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Envy {% for choice in form.envy_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.sadness_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Sadness {% for choice in form.sadness_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.happiness_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Happiness {% for choice in form.happiness_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.shame_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Shame {% for choice in form.shame_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.irritation_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Irritation {% for choice in form.irritation_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.contempt_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Contempt {% for choice in form.contempt_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.guilt_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Guilt {% for choice in form.guilt_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.joy_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Joy {% for choice in form.joy_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.jealousy_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Jealousy {% for choice in form.jealousy_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% endif %} {% endfor %} {% for choice in form.surprise_after %} {% if forloop.counter > 9 %} {% endif %} {% endfor %}
Surprise {% for choice in form.surprise_after %} {% if forloop.counter <= 9 %} {{ choice }}
{{ choice }}
{% next_button %} {% endblock %}