{% extends "admin/object_history.html" %} {% load pkinav %} {% load media_url %} {% block extrahead %} {% endblock %} {% block nav-global %} {% pkinav %} {% endblock %} {% block content %}

{% if changelogs %} {% for c in changelogs %} {% endfor %} {% else %} {% endif %}
Date/time User Action Changes
{{ c.action_time|date:"DATETIME_FORMAT" }} {{ c.user.username }}{% if c.user.get_full_name %} ({{ c.user.get_full_name }}){% endif %} {{ c.action }} {{ c.changes }}
No changelogs yet

{% endblock %}