{% extends "global/Page.html" %} {% block title %}How much to keep?{% endblock %} {% block content %}

This is round {{ player.round_number }}. Please decide how much of the {{ Constants.endowment }} you will keep for yourself.

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