{% extends "global/Page.html" %} {% load otree %} {% block title %} End of first session {% endblock %} {% block content %}
Congratulations, you are finished with the {{ total_tasks_for_today }} matrices. In the next session, you will have to do the {{ Constants.required_tasks }} required rounds, plus the rest {{ tasks_for_tomorrow }} matrices.
You will receive {{ payoff }} at the end of the next session.
{% next_button %} {% endblock %}