{% extends "base.html" %} {% load i18n %} {% block title %}{{ page.title }}{% endblock %} {% block content %}
{% if page.parent %}{{ page.parent }} | {% endif %}{% trans 'Edit' %} {{ page.title }} | {% trans 'History of' %} {{ page.title }} | {% trans 'Discuss ' %} {{ page.title }}{% if page.has_children %} | {% trans 'Sub pages' %}{% endif %}
{{ page.content }}
{% else %}{% trans 'This page does not exist. To create this page please click' %} {% trans 'here' %}.
{% endif %} {% ifequal page.content|length 2296 %}{% trans 'Edit' %} {{ page.title }} | {% trans 'History of' %} {{ page.title }} | {% trans 'Discuss ' %} {{ page.title }}
{% endifequal %} {% endblock %}