{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} {% if player.decision == True %} {% if group.total_customers > Constants.bar_full %}
In this event, number exceeded 6 participants so you will receive {{ player.payoff }} points.
{% else %}In this event, number was below 6 participants so you will receive {{ player.payoff }} points.
{% endif %} {% else %}You have decided to not join the event, which gives you {{ player.payoff}} points.
{% endif %}{{ group.total_customers }} players joined the event.
If you are ready, press the next button.
{% next_button %} {% endblock %}