{% if not action_list %}
{% endif %}
{% for action in action_list %}
{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}
{{ action.action_time|date:"DATETIME_FORMAT" }}
{% action_message_to_list action as action_message_list %}
{% for action_message in action_message_list %}
{{ action.user.get_username }}{% if action.user.get_full_name %} ( {{ action.user.get_full_name }}){% endif %} {{ action_message.msg|style_bold_first_word }}
-
{% for i in page_range %}
{% richmin_page_paginator_number action_list i %}
{% endfor %}
{{ action_list.paginator.count }} {% blocktranslate count counter=action_list.paginator.count %}entry{% plural %}entries{% endblocktranslate %}
{% endif %}