{% block content %}
Round {{ player.round_number }} / {{ Constants.num_rounds }}
{% if left_role == 'Human' %} Human silhouette

Human

{% else %} AI silhouette

AI

{% endif %}

--

Each point is worth: --
{% if right_role == 'Human' %} Human silhouette

Human

{% else %} AI silhouette

AI

{% endif %}

--

Your Icon

You

--

{% endblock %}