{% extends "global/Page.html" %} {% load otree %} {% block title %} Dice Result {% endblock %} {% block content %} {% if group.roll_dice == 2 %}

Player 2 got a {{group.roll_dice}}! Bad luck! Your common project has failed

{% elif group.roll_dice == 1 %}

Player 2 got a {{group.roll_dice}}! Bad luck! Your common project has failed

{% else %}

Your' re lucky, Player 2 got a {{group.roll_dice}}. Your profits have been multiplied by an extra 1.5!

{% endif %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}