{% load staticfiles %} {% load ptreefilters %} {% block head_title %}Task{% endblock %} {% block head_content %} {% include 'ptree/HeadContent.html' %} {% endblock %} {% block content_at_top_of_body %}{% endblock %}
{% if participant_resubmitted_last_form %}
It looks like you just resubmitted a form. We do not allow you to change your answers, so we ignored your re-submission. Please continue.
{% endif %} {% include 'ptree/Timer.html' %} {% if form.errors %}
Please fix the errors in the form.
{% endif %} {% block content %}{% endblock %}

{% include 'ptree/debug_info.html' %}
{% block content_at_bottom_of_body %} {% endblock %}