{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% load i18n %}
{# ****************************************************************************************************************** #}
{# *** STYLES *** #}
{# ****************************************************************************************************************** #}
{% block styles %}
{% if list_ordering == 'xy' %}
{% else %}
{% endif %}
{% endblock %}
{# ****************************************************************************************************************** #}
{# *** SCRIPTS *** #}
{# ****************************************************************************************************************** #}
{% block scripts %}
{% if Constants.enforce_consistency %}
{% endif %}
{% endblock %}
{# ****************************************************************************************************************** #}
{# *** TITLE *** #}
{# ****************************************************************************************************************** #}
{% block title %}
{% trans "Revise Your Decisions" %}
{% endblock %}
{# ****************************************************************************************************************** #}
{# *** CONTENT *** #}
{# ****************************************************************************************************************** #}
{% block content %}
{% blocktrans trimmed %}
The table below summarizes the decisions you made.
Please check whether you are content with your choices or revise them if necessary.
{% endblocktrans %}
{# ----------------------------------------------------------------------------------------------------------- #}
{# --- x-List --- #}
{# ----------------------------------------------------------------------------------------------------------- #}
{# ----------------------------------------------------------------------------------------------------------- #}
{# --- y-List --- #}
{# ----------------------------------------------------------------------------------------------------------- #}
{% next_button %}
{% endblock %}