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

{{ page.content|striptags|truncatewords:20|safe }}