{% load i18n wagtailadmin_tags %} {% comment %} Warning: fully overrides https://github.com/wagtail/wagtail/blob/stable/6.2.x/wagtail/admin/templates/wagtailadmin/generic/history/action_cell.html so may break in future versions of Wagtail. {% endcomment %}
{{ value }} {% if status %} {% status status classname="w-status--primary" %} {% endif %}
{% if instance.comment %}
{% trans "Comment" %}: {{ instance.comment }}
{% endif %}
{% if actions %} {% dropdown toggle_icon="dots-horizontal" toggle_aria_label=_("Actions") %} {% for action in actions %} {{ action.label }} {% endfor %} {% comment %} START ADDITION {% endcomment %}
{% comment %} END ADDITION {% endcomment %} {% enddropdown %} {% endif %}