{% for action in action_list reversed %}
{% endfor %}
{% endfor %}
{{ 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 }}
{% if not action_list %}
{% endif %}