{% spaceless %}
{% if action_list %} {% for action in action_list %}

{{ action.action_time|date:_("DATETIME_FORMAT") }} | {{ action.user.username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %}

{{ action.change_message }}{% if not action.change_message %}---{% endif %}

{% endfor %} {% else %}

{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}

{% endif %}
{% endspaceless %}