{% extends "global/Page.html" %} {% load otree %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} For each row in the table below, which option would you prefer? {% endblock %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{% for i,f,a,b in choices %} {% elif i == 16 %} {% else %} {% endif %} {% endfor %}
Option A Option B
{{ a }} points in 395 days
({{ player.pat_date_2 }}) {% if i == 1 %}
{{ b }} points in 30 days
({{ player.pat_date_0 }})

{% next_button %} {% endblock %}