{% extends "base.html" %} {% load promgen %} {% block content %} {% if request.GET %} {% endif %}
{% for entry in audit_list %} {% endfor %}
Timestamp User Body Link
{{ entry.created }} {{ entry.user }} {{ entry.body }} {% if entry.data %}
{% if entry.old %}
{% diff_json entry.old entry.data %}
{% else %}
{{ entry.data|pretty_json}}
{% endif %}
{% endif %}
{% if entry.content_object %} {{ entry.content_object }} {% endif %}
{% if is_paginated %} {% endif %}
{% endblock %}