You are in a group of {{ num_players }} participants. Each of you must choose a number between {{ min_guess }} and {{ max_guess }}.
You are player {{ label }}.
The ideal values for each partipant in your group, including you, are determined as follows::
{% for verb in game.verbose %}
      {{ verb}}
{% endfor %}
Remember that everyone in your group recieves this same information.