{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block content %} {% if player.role == 'Inspector' %}
Round # {{player.round_number}}

You are Inspector. Make your choice accordingly

Firm
Comply Not comply
You {{ Constants.insp_IC}}, {{ Constants.firm_IC}} {{ Constants.insp_IN}}, {{ Constants.firm_IN }}
{{ Constants.insp_NC }},{{Constants.firm_NC}} {{ Constants.insp_NN}}, {{ Constants.firm_NN }}
{% else %}

Round # {{player.round_number}}

You are Firm. Make your choice accordingly

Inspector
Inspect Not inspect
You {{ Constants.insp_IC}}, {{ Constants.firm_IC}} {{ Constants.insp_IN}}, {{ Constants.firm_IN }}
{{ Constants.insp_NC }},{{Constants.firm_NC}} {{ Constants.insp_NN}}, {{ Constants.firm_NN }}
{% endif %} {{ form.decision.errors }} {% include Constants.instructions_template %} {% endblock %}