{% extends "global/Page.html" %} {% block title %}Budget Report{% endblock %} {% block content %}



Round {{ player.round_number }} of {{ Constants.num_rounds }}:

The actual cost for round {{ player.round_number }} is: {{ actual_cost }} Lira.

Please enter a budget amount for your budget report between {{ actual_cost }} and 200 Lira.


{% formfields %}
{% next_button %} {% endblock %}