{% extends "base.html" %} {% load display_tags %} {% block content %}

{{ obj }} History


{% if history %}
{% for h in history %} {% endfor %}
Action Actor Date/Time Changes
{{ h }} {{ h.actor }} {{ h.timestamp }} {{ h.changes|action_log_entry }}
{% include "dojo/paging_snippet.html" with page=history %} {% else %}
No update history found for this object
{% endif %}
Filters
{{ filtered.form.as_p }}
{% endblock %}