{% 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 2
{% endblock %} {% block content %}Your strength in this round is {{ player.ability }}.
Please decide whether to flee or wait in period 2.
{% formfield player.period2_choice label="Please make your decision" %} {% endblock %}