{% for action in action_list reversed %}
{% endfor %}
{% else %}
{% action_message_to_list action as action_message_list %}
{% for action_message in action_message_list %}
{% endfor %}
{{ action_message.msg|style_bold_first_word }}
{{ action.action_time|date:"DATETIME_FORMAT" }}
{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}
{% endif %}