{{ if first_gen }}

You are the first set of participants, and receive no advice from previous participants.

{{ else }}

You received the following advice from participant {{ pred_tag }}:

{{r_advice}}
{{ endif }} {{ if first_period }}

This is your first round, there is no history.

{{ else }} {{ if history != []}}

In previous rounds:

{% include 'GPD/History.html' %}
{{ endif }} {{ endif }}