{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}

Your total A selections: {{ total_A_selections }}

Your total B selections: {{ total_B_selections }}

Your total C selections: {{ total_C_selections }}

Your total score: {{ total_score }}

{% endblock %}