{% 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 %} Begin the next block (block {% endblocktrans %} {% blocktrans trimmed %}{{ round_number }} of 15) by clicking on "Next" {% endblocktrans %} {% endif %}