{% extends "rsft_goals_and_experience_experiment/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% blocktrans trimmed %}New Block{% endblocktrans %} {% endblock %} {% block content %}

{% if round_number > 1 %} {% if success == 1 %} {% blocktrans trimmed %} You reached the threshold in the last block. {% endblocktrans %} {% else %} {% blocktrans trimmed %} You did not reach the threshold in the last block. {% endblocktrans %} {% endif %} {% blocktrans trimmed %} Continue to the next block (block {% endblocktrans %} {{ round_number }}). {% endif %}

{% blocktrans trimmed %} Click on "Next" to start the next block. {% endblocktrans %}

{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}