{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block content %} {% if player.role == 'Inspector' %}
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 }} | ||
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 }} | ||