{% extends "global/Page.html" %} {% load otree static %} {% load otree i18n %} {% block title %} {% trans 'Thank you.' %} {% endblock %} {% block content %}

{% if iban %} {% blocktrans %} One of your timers has timed out. You will receive the show up fee in any case. {% endblocktrans %} {% else %} {% blocktrans %} One of your timers has timed out. {% endblocktrans %} {% endif %}

{% endblock %}