{% extends "global/Page.html" %} {% load otree static %} {% block title %} Choose Tasks to Complete {% endblock %} {% block content %}

Thank you for choosing the task-list pairs that you want to complete.
Click the next button to complete the first task in your first task-list pair.


{% next_button %} {% endblock %}