{% extends "./GameCode.html" %} {% load otree static %} {% block title %} PART 2 - Matrix {{ player.round_number }} {% endblock %} {% block content %} {% if player.participant.vars.num_correct %}
Total score: {{ player.participant.vars.num_correct}} stars
{% endif %} {% if player.participant.vars.last_stars %}Last round score: {{ player.participant.vars.last_stars}} stars
{% endif %}