{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Outcome of the hunt {% endblock %} {% block content %} {% if not stag %}
You have successfully caught the small animal. Your account will be credited with {{Constants.hare_stag_amount}}.
{%else%}You have successfully caught the large animal. Your account will be credited with {{Constants.stag_stag_amount}}.
{%endif%}The study will continue with {{nq_postgame}} more questions, for which you will be paid an additional {{Constants.postgame_earnings}}.
{% next_button %} {% endblock %}