{% extends "global/Page.html" %} {% load otree %} {% block title %} Round {{ subsession.round_number }} of {{ Constants.num_rounds }} Employee's task {% endblock %} {% block content %} You received a message from the group leader
Let's contribute: {{ group.suggested_amount}}
And the leader said: {{ group.message }}.
{% next_button %} {% include Constants.instructions_template %} {% endblock %}