{% firstof trans page.title trans "Untitled" %}
{% if request.user.is_authenticated %}
{% if request.user.is_superuser %}
{% if page.is_public %}{% endif %}
{% endif %}
{% if not page.is_public %}{% endif %}
{% endif %}
{% blocktrans with c=page.content|striptags|truncatewords:20|safe %}{{ c }}{% endblocktrans %}