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

{{if subsession.round_number == 1 }} Practice Round {{ else }} Round {{ round_shown }} of {{ total_shown }} {{ endif }}

Period 1

{{ endblock }} {{ block content }}

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

Please decide whether to fight or flee or wait in period 1.

{{ formfields }} {{ endblock }}