{% extends "Base.html" %} {% load ptreefilters %} {% block application %}Start the game{% endblock %} {% block title %}Start{% endblock %} {% block content %} {% if debug %}
Running in debug mode.
{% endif %}Thank you for accepting this HIT.
You will perform a simple task. Once you finish playing, you will receive a completion code in order to get paid.
Please enter a nickname.
{% include "Form.html" %} {% endblock %}