{{ _('History of') }} {{ _('{title}')|fe(title=document.title) }} {{ _('Revision history for:') }} {% if document.parent %} {{ document.parent.language }} {% endif %} {{ document.language }} {% if revisions %} {% if revisions | length > 1 %} {% endif %} {% set reached_current = False %} {% for rev in revisions %} {% if document.current_revision == rev %} {% set reached_current = True %} {% endif %} {% set is_current = document.current_revision.id == rev %} {% if loop.first %}{% endif %} {% if not current %}{% endif %} {% if not loop.last %}{% endif %} {{ datetimeformat(rev.created, format='datetime') }} {% if rev.significance == 20 %} M {% elif rev.significance == 30 %} MT {% else %} {% endif %} {{ rev.creator }} {{ format_comment(rev) }} {% if document.current_revision.id != rev.id and user.has_perm('wiki.delete_revision') %} {{ _('Revert to this revision') }} {% endif %} {% if loop.last %}{% endif %} {% endfor %} {% if revisions | length > 1 %} {% endif %} {% else %} {{ _('This document has no revisions.') }} {% endif %}