{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} choice {% endblock %} {% block content %}

you are Employee 2, Employee 1 has chose to {{group.a_choice}}

{% if group.a_choice == "commit" %}

{% formfield group.a1_choice label="Do you want to report the fraud as employee 1 has committed fraud" %}

{% else %}

{% formfield group.a1_choice label="Do you want to report the fraud even if employee 1 has not committed fraud" %}

{% endif %} {% next_button %} {% endblock %}