{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Round {{ player.get_round }}
{{ player.role }} ID# {{ player.participant.id_in_session }} {% endblock %} {% block content %}

Do you want to negotiate a contract in this round? The cost to negotiate in this round is {{ player.get_negotiations_cost }}


{% endblock %}