{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {% block title %} Hunting: waiting for animals to appear... {% endblock %} {% block content %}
A small animal is coming your way. Do you want to wait for the large animal to appear (worth {{Constants.stag_stag_amount}} for each you and your partner), or catch the small animal (worth {{Constants.hare_stag_amount}})?
{% include 'stag_hunt/table.html' %} {% endblock %}