{% 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 3
{{ endblock }} {{ block content }}Your strength in this round is {{ player.ability }}.
Please decide whether to fight or flee in period 3.
{{ formfields }} {{ endblock }} {{ block scripts }} {{ endblock }}