{% extends "base.html" %} {% block content %}
| Version | Author | Change Summary | Date | |
|---|---|---|---|---|
| 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 %} |