{% load staticfiles %} {% load i18n %} {% block head_title %}{% blocktrans %}Task{% endblocktrans %}{% endblock %} {% block head_content %} {% include 'ptree/HeadContent.html' %} {% endblock %} {% block content_at_top_of_body %}{% endblock %}
{% if time_limit_in_seconds != None %} {% include 'ptree/Timer.html' %} {% endif %} {% if form.errors %}
{% blocktrans %}Please fix the errors in the form.{% endblocktrans %}
{% endif %} {% block content %}{% endblock %}

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