{% extends "global/Page.html" %} {% load otree %} {% block title %}

{% endblock %} {% block content %}

Step 6: Your final payoff

Below is a summary of the Lira you have earned:

{% if player.payoff_condition == "ActiveHigh" %}

{% endif %} {% if player.payoff_condition == "ActiveLowHigh earningsNo" %}

{% endif %} {% if player.payoff_condition == "ActiveLowHigh earningsYes" %}

{% endif %} {% if player.payoff_condition == "ActiveLowLow earnings" %}

{% endif %} {% if player.payoff_condition == "InactiveHigh" %}

{% endif %} {% if player.payoff_condition == "InactiveLowHigh earningsNo" %}

{% endif %} {% if player.payoff_condition == "InactiveLowHigh earningsYes" %}

{% endif %} {% if player.payoff_condition == "InactiveLowLow earnings" %}

{% endif %}

Link to payoff calculation information

Link to payoff flowchart

Please click the ‘CONTINUE’ button to proceed.

{% endblock %}