{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Final Payoff Collective Task
{% endblock %}
{% block content %}
The collective task is completed.
In this task you have accumulated total_payoff points.
{% next_button %}
{% endblock %}