{% extends "global/Page.html" %} {% block content %}
Round: {{ player.round_number }} of {{ C.NUM_ROUNDS }}
You earned {{ salary }} ECUs from the addition task.
{% else %}You solved {{ player.num_solved }} problems correctly and earned {{ player.points_earned }} ECUs.
{% endif %}