{% extends "base_site" %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if action_list %} {% for action in action_list %} {% endfor %}
Date/time User Action
{{ action.action_time|date:"N j, Y, P" }} {{ action.get_user.username }}{% if action.get_user.first_name %} ({{ action.get_user.first_name }} {{ action.get_user.last_name }}){% endif %} {{ action.change_message}}
{% else %}

This object doesn't have a change history. It probably wasn't added via this admin site.

{% endif %}
{% endblock %}