{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** SCRIPTS *** #} {# ****************************************************************************************************************** #} {% block scripts %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %} {% if round_number == 18 %}
{% if discount_seq == 2 %}

Thank you!
You have now made the 18 decisions for Task 1.
You can continue with Task 2.

{% endif %} {% if discount_seq == 1 %}

Thank you!
You have now made the 18 decisions for Task 3.
You can continue with Task 4.

{% endif %}
{% endif %} {% if round_number == 36 %}
{% if discount_seq == 2 %}

Thank you!
You have now made the 18 decisions for Task 2.
You can continue with Task 3.

{% endif %} {% if discount_seq == 1 %}

Thank you!
You have now made the 18 decisions for Task 4.
You can continue with the next part of the study (Part 3).

{% endif %}
{% endif %} {% endblock %}