{% if total %} {% for revision in revisions %} {% set previous_id = revision.get_previous().id %} {% set revision_url = url('wiki.document', revision.document.full_path, locale=revision.document.locale) %} {% endfor %}
Revision Title Comment Author
{{ datetimeformat(revision.created, format='datetime') }}
{{ revision.document.locale }} {% if not previous_id %}{{ _('new') }}{% endif %}
{{ revision.title }} {{ revision.document.slug }} {{ revision.comment }} {{ revision.creator }}
{% else: %}

{{ _('There are no revisions matching this filter set.') }}

{% endif %} {{ revisions|paginator }}