{% extends "global/Page.html" %} {% block content %}

Your role is: {{ player.get_role }}

Addition Results

Round: {{ player.round_number }} of {{ C.NUM_ROUNDS }}

{% if is_authority %}

You earned {{ salary }} ECUs from the addition task.

{% else %}

You solved {{ player.num_solved }} problems correctly and earned {{ player.points_earned }} ECUs.

{% endif %}
{{ next_button }}
{% endblock %}