{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Counting task - {% if placement %} placement {% else %} round {{ round }} {% endif %} {% endblock %} {% block content %}
Tasks attempted so far: {{ player.num_tasks_total }}
Tasks correct so far: {{ player.num_tasks_correct }}
{% endblock %} {% block scripts %} {% include 'includes/js_work_page.html' %} {% endblock %} {% block styles %} {% endblock %}