{% 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 1

{% endblock %} {% block content %}

Your strength in this round is {{ player.ability }}.

Please decide whether to flee or wait in period 1.

{% formfield player.period1_choice label="Please make your decision" %} {% endblock %}