{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Your harvest {% endblock %} {% block content %}
At the end of the previous round the resource contained {{ t1_resource_size_previous }}. The replenishment rate was {{ rr_resource}}. Therefore, the resource now contains {{ rr_resource }} * {{ t1_resource_size_previous }} = {{ t0_resource_size}}.
{% formfield player.harvest with label="How many points do you take from this resource?" %}
{% next_button %}
{% endblock %}