{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ***************************************************************************************************************** #} {% block content %} {% if option_to_pay == "A" and payoff == 0 %} {% blocktrans trimmed with payoff=payoff %} Example: Your coin came up tails and your number of candies has been recorded.
Please note that this is only an EXAMPLE so you won't receive actual candies Now the example is over: Please click next to make your actual choices. {% endblocktrans %} {% elif option_to_pay == "A" and payoff != 0 %} {% blocktrans trimmed with payoff=payoff %} Your coin came up heads and your number of candies has been recorded. Please note that this is only an EXAMPLE so you won't receive actual candies Now the example is over: Please click next to make your actual choices. {% endblocktrans %} {% endif %} {% if option_to_pay != "A" %} Now the example is over: Please click next to make your actual choices. {% endif %} {% next_button %} {% endblock %}