{% extends "base.html" %} {% load i18n %} {% load chunks %} {% block title %}{{ object.page_title }}{% endblock %} {% block body %}

{{ object.title }}

{{ form.q }} {%trans "or" %} {% trans "return to the main page" %}

{% autoescape off %}
{{ object.left_column }}
{{ object.right_column }}
{% endautoescape %} {% endblock %}