{% extends "global/Page.html" %} {% block title %}Final results{% endblock %} {% block content %}
Round | Player and outcome |
---|---|
{{ p.round_number }} | You were the {{ p.role }} and {% if p.is_winner %} won {% else %} lost {% endif %} |
The paying round was {{ paying_round }}. Your total payoff is therefore {{ total_payoff }}.
{% endblock %}