{% block title %} {# Add title here if needed #} {% endblock %} {% block content %}
In Round {{ round_number }}, you have completed the following number of decodes: {{ effort }} decodes
Your compensation in Round {{ round_number }} is as follows:
{% if ctype == 'Fixed_wage' %}Your total compensation in Round {{ round_number }} is: {{ compensation }} tokens.
Please click ‘Next’ to continue.
{{ next_button }}