{% extends "floodgame/Page.html" %} {% load staticfiles otree_tags %} {% block title %} {{page_title}} {% endblock %} {% block content %} {% include 'snippets/Progressbar.html' %}

In the table below you see the three additional tasks.

{% if selected_additional == 1 and selected != None%} {% else %} {% endif %} {% if selected_additional == 2 and selected != None%} {% else%} {% endif %} {% if selected_additional == 3 and selected != None%} {% else%} {% endif %}
Scenario
Additional task 1
Additional task 2
Additional task 3

{% include 'snippets/InstructionsCounter.html' %} {% endblock %}