{{ _('History of') }} {{ _('{title}')|fe(title=document.title) }} {{ _('Revision history for:') }} {% if document.parent %} {{ document.parent.language }} {% endif %} {{ document.language }} {% set revision_count=revisions|length %} {% set user_can_delete=user.has_perm('wiki.delete_revision') %} {% if revision_count > 0 %} {% if revision_count > 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 %} {% if rev.previous_revision %} {{ _('Previous') }} {% endif %} {{ datetimeformat(rev.created, format='datetime') }} {{ rev.creator }} {{ format_comment(rev) }} {% if document.current_revision.id != rev.id and user_can_delete %} {{ _('Revert to this revision') }} {% endif %} {% if loop.last %}{% endif %} {% endfor %} {% if revision_count > 1 %} {% endif %} {% else %} {{ _('This document has no revisions.') }} {% endif %}