{% 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 %}

{% trans 'Sub-pages of ' %} {{ page.title }}

{% if page.has_children %} {% else %}

{% trans 'This page does not have any sub-pages' %}.

{% endif %} {% endblock %}