{% for action in history %} {% endfor %}
Date/time Object User Action
{{ action.action_time|date:"DATETIME_FORMAT" }} {{ action.object_repr }} {{ action.user.get_username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} {{ action.get_change_message }}