{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if session.vars.num_rounds == 1 %} Task 1: Results {% else %} Task 1 Round {{ subsession.round_number }}: Results {% endif %} {% endblock %} {% block content %}
The outcome of your decisions in this task is illustrated in red below.
Your points in this task are {{realized_wealth}}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}