{{ entity_type }}/{{ edit.ident }}
{% if edit.redirect_ident %}
=> redirect to {{ entity_type }}/{{ edit.redirect_ident }}
{% elif not edit.revision %}
deleted
{% elif not edit.prev_revision %}
created
{% else %}
updated
{% endif %}
[view edit]
{% if auth_to.edit and not editgroup.changelog_index and not editgroup.submitted and entity_type in ('release', 'file', 'container') %}
[re-edit]
{% endif %}
{% if edit.revision %}
Revision: {{ edit.revision }}
{% endif %}
{% if edit.extra %}
Extra Metadata (raw JSON)
{{ entity_macros.extra_metadata(edit.extra) }}
{% endif %}