{% extends "base.html" %} {% block content %}
{% for rev in page.revisions %} {% endfor %}
VersionAuthorChange SummaryDate
v{{ rev.version }} {% if rev.version == page.version %}current{% endif %} {{ rev.author.full_name if rev.author else '—' }} {{ rev.change_summary }} {{ rev.created_at.strftime('%d %b %Y %H:%M') }} {% if rev.version != page.version and current_user.has_permission('documentation.restore_revision') %}
{% endif %}
{% endblock %}