{% extends "wiki/_base.html" %} {% from "macros/box.html" import m_box_content %} {% block content %} {% call m_box_content(_("(changes)")) %} {% set show_controls = revisions|length > 1 %}
{% if show_controls %}
{% endif %}
{% endcall %} {% endblock %}