{% load i18n wagtailadmin_tags %} {% load l10n %} {% if revisions %} {% page_permissions page as page_perms %} {% for revision in revisions %} {% endfor %} {% else %} {% block no_results %}{% endblock %} {% endif %}
{% trans 'Revision date' %}
{{ revision.created_at }} {% trans 'by' context 'points to a user who created a revision' %}{{ revision.user }} {% if revision == page.get_latest_revision %}({% trans 'Current draft' %}){% endif %} {% if revision == page.live_revision %}({% trans 'Live version' %}){% endif %} {% if revision.approved_go_live_at %}({% trans 'Scheduled for' %} {{ revision.approved_go_live_at }}) {% endif %}

{% trans 'No revisions of this page exist' %}