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

{{ obj }} History

{% include "dojo/filter_snippet.html" with form=log_entry_filter.form %}
{% if history %}
{% include "dojo/paging_snippet.html" with page=history %}
{% for h in history %} {% endfor %}
Action Actor Date/Time Changes
{{ h }} {{ h.actor }} {{ h.timestamp }} {{ h.changes|action_log_entry|linebreaks}}
{% include "dojo/paging_snippet.html" with page=history %}
{% else %}

No update history found for this object

{% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% include "dojo/filter_js_snippet.html" %} {% endblock %}