{% extends "global/Page.html" %} {% load otree %} {% load staticfiles otree_tags %} {% block title %}Treatment{% endblock %} {% block content %}
{% if group.type == 'EA' %} You are assigned to the "BEFORE" version. {% elif group.type == 'EPC' %} You are assigned to the "AFTER-COLD" version. {% elif group.type == 'EPH' %} You are assigned to the "AFTER-HOT" version. {% endif %} {% if group.treatment == 0 %} Version "CONTROL" {% elif group.treatment == 1 %} Version "CONSUMPTION" {% elif group.treatment == 2 %} Version "PUBLIC" {% endif %} {% if group.subtreatment == 0 %} Version "NORMAL" {% elif group.subtreatment == 1 %} Version "TRANSFER" {% elif group.subtreatment == 2 %} Version "OUTSIDE OPTION" {% endif %}
Who is conducting the survey?
{% formfields %}{% next_button %}
{% endblock %}