{% extends 'admin/change_form.html' %} {% load i18n %} {% block object-tools %}{% endblock %} {# no buttons#} {% block submit_buttons_bottom %}{% endblock %} {% block after_field_sets %} {% for action in actions %} {% endfor %}
{% trans 'Step' %} {% trans 'Stage' %} {% trans 'Action' %} {% trans 'User' %} {% trans 'Message' %} {% trans 'Date' %}
{{ forloop.counter }} {{ action.stage|default:'—' }} {{ action.get_action_type_display }} {{ action.user.get_full_name|default:action.user.get_username }} {{ action.message|default:'—'}} {{ action.created }}
{% include 'workflows/admin/close_sideframe_link.html' %} {% endblock %}