{% 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 | ||||
|---|---|---|---|---|
| Fully Comply | Partially comply | Not comply | ||
| You | {{ Constants.insp_FI}}, {{ Constants.firm_fully_comply}} | {{ Constants.insp_PF}}, {{ Constants.firm_PF }} | {{ Constants.insp_NF}}, {{ Constants.firm_NF }} | |
| {{ Constants.insp_FL}}, {{ Constants.firm_fully_comply}} | {{ Constants.insp_PL}}, {{ Constants.firm_PL }} | {{ Constants.insp_NL}}, {{ Constants.firm_NL }} | ||
| {{ Constants.insp_FN}}, {{ Constants.firm_fully_comply}} | {{ Constants.insp_PN}}, {{ Constants.firm_PN }} | {{ Constants.insp_NN}}, {{ Constants.firm_NN}} | ||
Round # {{player.round_number}}
You are Firm. Make your choice accordingly
| Inspector | ||||
|---|---|---|---|---|
| Full Inspection | Light Inspection | No inspection | ||
| You | {{ Constants.insp_FI}}, {{ Constants.firm_fully_comply}} | {{ Constants.insp_PF}}, {{ Constants.firm_PF }} | {{ Constants.insp_NF}}, {{ Constants.firm_NF }} | |
| {{ Constants.insp_FL}}, {{ Constants.firm_fully_comply}} | {{ Constants.insp_PL}}, {{ Constants.firm_PL }} | {{ Constants.insp_NL}}, {{ Constants.firm_NL }} | ||
| {{ Constants.insp_FN}}, {{ Constants.firm_fully_comply}} | {{ Constants.insp_PN}}, {{ Constants.firm_PN }} | {{ Constants.insp_NN}}, {{ Constants.firm_NN}} | ||