{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% endblock %} {% block content %}
{% if treatment == 1 %}
You took {{take}} points. {{total_points_left}} points remained in the pool and increased to {{pool_mult}} points.
{% if breakdown == 1 %}
Unfortunately the pool broke down.
This means you earned {{payoff}}
{%else%}
Fortunately the pool did not break down.
This means your share is {{share}} points and you earned {{payoff}}
{% endif %}
{%else%}
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}}
{% endif %}
Thank you for participating in this experiment.
You completion code is {{ completion_code }}