{% extends "wiki/_base.html" %} {% from "macros/box.html" import m_box_menu, m_box_content %} {%- from "community/macros.html" import show_all_viewers -%} {% block content %} {% call m_box_content() %}

{{ page.title }}

{{ _("Last modified by") }} {{ page.last_modified_by }} {{ _("on") }} {{ page.updated_at | datetimeformat }}

{{ show_all_viewers(viewers) }}
{% endcall %} {% endblock %}