{% 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 %}

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

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

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 %} {% endblock %}