{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} {% endblock %} {% block content %}

Your current score is {{ total_payoff }} out of {{ round_count }} tasks completed.

Please sum the following numbers into the field below.

{{reference_ints.0}} + {{reference_ints.1}} = {% formfield player.user_total with label="" %} {% next_button %} You have
seconds left.

{% if debug %}


Cheater Mode Activated (Debug Mode Only) - Click Here to Autofill Summation

You are playing in debug mode, so you can skip the manual summation by clicking this link and clicking "next".



First Task's Start Time: {{ init_time }}.
Current time: {{ current_time }}.
End time {{ end_time }}.
You've spent: {{ time_expended }} seconds of max {{ time_limit }} seconds on these tasks.

That leaves you {{ tiemdf }} seconds.

{% endif %} {% endblock %}