{% load i18n %} {% load cleanhtml %}
{% if not page.active %}
{% blocktrans with page.get_edit_url as edit_url trimmed %} This static page is inactive and visible to administrators only. You can activate it by editing its properties {% endblocktrans %}
{% endif %}

{{ page.title }} {% if user.is_superuser %} {% trans "edit" %} {% endif %}

{% with language_code=language.code %} {{ page.body|rewrite_language_links:language_code }} {% endwith %}