{% load i18n %} {% block title %}{% endblock %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %}
{% if not is_popup %} {% block breadcrumbs %}{% endblock %} {% endif %} {% if messages %}{% endif %}
{% block pretitle %}{% endblock %} {% block content_title %}
{% block tools %}{% endblock %}{% if title %}

{{ title|escape }}

{% endif %}
{% endblock %} {% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %} {% block sidebar %}{% endblock %}
{% block footer %}{% endblock %} {% comment %} The following lines can be uncommented to report on the SQL queries by your pages. To activate this functionality, you need to 1) have 'django.core.context_processors.debug' in your TEMPLATE_CONTEXT_PROCESSORS setting, 2) have your current IP in your INTERNAL_IPS and 3) use RequestContext when rendering the template.

Queries

{{ sql_queries|length }} Quer{{ sql_queries|pluralize:"y,ies" }} {% ifnotequal sql_queries|length 0 %} (Show) {% endifnotequal %}

{% for query in sql_queries %}{% endfor %}
{% endcomment %}