{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block scripts %} {% endblock %} {% block title %} Project Selection {% endblock %} {% block content %}

You are about to make selection #3 of 5 project selections.


Please consider the following projects. Indicate which project you want to implement by clicking the button below the project you prefer, and then clicking "Next."

{% if condition == 1 or condition == 2 %} {% elif condition == 3 %}
{% endif %} {% if condition == 1 %} {% if first == 1 %} {% elif first == 2 %} {% elif first == 3 %} {% elif first == 4 %} {% elif first == 5 %} {% endif %} {% elif condition == 2 %} {% if first == 1 %} {% elif first == 2 %} {% elif first == 3 %} {% elif first == 4 %} {% elif first == 5 %} {% endif %} {% elif condition == 3 %} {% if first == 1 %} {% elif first == 2 %} {% elif first == 3 %} {% elif first == 4 %} {% elif first == 5 %} {% endif %} {% endif %} {% if condition == 1 %} {% if second == 1 %} {% elif second == 2 %} {% elif second == 3 %} {% elif second == 4 %} {% elif second == 5 %} {% endif %} {% elif condition == 2 %} {% if second == 1 %} {% elif second == 2 %} {% elif second == 3 %} {% elif second == 4 %} {% elif second == 5 %} {% endif %} {% elif condition == 3 %} {% if second == 1 %} {% elif second == 2 %} {% elif second == 3 %} {% elif second == 4 %} {% elif second == 5 %} {% endif %} {% endif %} {% if condition == 1 or condition == 2 or condition == 3 %} {% endif %}
Project A Project B


For reference, your bonus compensation will be determined in the following manner:
{% if condition == 1 %} {% elif condition == 2 %} {% else %} {% endif %}

{% if condition == 1 or condition == 2 or condition == 3 %} {% endif %} {% endblock %}