{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% endblock %} {% block content %}

You took {{take}} points. {{total_points_left}} points remained in the pool and increased to {{pool_mult}} points.

This means your share is {{share}} points and you earned {{payoff}}

Thank you for participating in this experiment.
You completion code is {{ completion_code }}

{% endblock %}