{% extends "global/Page.html" %} {% load otree static %} {% block content %}

Period {{ period_num }} - Round {{ round_in_period }} out of 6

{% load static %} {% for opt in options %} {% endfor %}
Project A1 A2 A3 EV Revealed Reveal Costs
{{ opt.name }} 0 0

Make your choice:

{% if training_done_status.1 or training_done_status.2 or training_done_status.3 %}
Revisit Training (Cost: 20 performance points per training):
{% endif %} {% endblock %}