{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if round_num < num_of_rounds %} Proceeding to next round... {% else %} Proceeding to your final payoff... {% endif %} {% endblock %} {% block content %}
{% endblock %}