{% extends "global/Page.html" %} {% load otree static %} {% block title %}
{% if num_round == 0 %} Practice Round {% else %} Round {{num_round }} of {{ num_of_round }} {% endif %}
Period 3
{% endblock %} {% block content %}Your strength in this round is {{ player.ability }}.
Please decide whether to flee or fight in period 3.
{% formfield player.period3_choice label="Please make your decision" %} {% endblock %} {% block scripts %} {% endblock %}