{% for page in pages %} {% if show_breadcrumbs %} {% for url, title in page.breadcrumbs %} {{ title }} / {% end %} {% end %} {{ page.title }}

{% if show_author %} {{ _("Last edited %s") % locale.format_date(page.timestamp, shorter=True, relative=False) }} {% if page.author %} {{ _("by") }} {{ page.author }} {% end %} {% end %} {% if show_changes %} {% if page.changes %} • {{ page.changes }} {% end %} {% if page.previous_revision %} {% end %} {% end %} {% if not page.is_latest_revision() %} {% end %}

{% end %}