{% extends "./action_confirm.html" %} {% load i18n wagtailadmin_tags %} {% block form_content %} {% if log_entries %}
{% trans 'Action' %} | {% trans 'User' %} | {% trans 'Date / Time' %} |
---|---|---|
{% if entry.revision %}{% endif %} {{ entry.message }} {% if entry.revision %}{% endif %} {% if entry.comment %} {% trans "Comment" %}: {{ entry.comment }} {% endif %} {% if entry.revision and entry.content_changed and is_page %} {% if entry.revision == view.object.latest_revision %}{% trans 'Current draft' as status_label %}{% status status_label classname="w-status--primary" %}{% endif %} {% include "wagtailadmin/pages/revisions/_actions.html" with revision=entry.revision page=view.object %} {% endif %} | {% else %} {% include "wagtailsnippets/snippets/revisions/_actions.html" with instance=entry value=entry.message object=view.object revision_enabled=True can_publish=True draftstate_enabled=True %} {% endif %}{% include "wagtailadmin/shared/user_avatar.html" with user=entry.user username=entry.user_display_name %} | {% human_readable_date entry.timestamp %} |
{% blocktrans trimmed with view_more_url=view_more_url%} This object has more changes. View all changes. {% endblocktrans %} |