{% load i18n wagtailadmin_tags %}
{{ 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 %} {% enddropdown %} {% endif %}