{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task {{round}} of {{num_questions}}
{% endblock %} {% block content %} {% for early, late, sum in player.current_choice %}

How much is ${{ player.pay_amount }} {{ early | lower }} worth to you {{ late | lower }}?

${{ player.pay_amount }} {{ early | lower }} is worth as much to me as $ {{ late | lower }}.

{% endfor %}
{% next_button %}
{{form.errors}} {% endblock %}