{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block coltype %}flex{% endblock %} {% block content %} {% block history-header %} {% if not use_json %} {% endif %} {% if use_json %} {% endif %} {% endblock history-header %} {% block history-body %} {% for entry in history %} {% if not use_json %} {% endif %} {% if use_json %} {% endif %} {% endfor %} {% endblock history-body %} {% block history-footer %}{% endblock history-footer %}
IDField NameOld Value New ValueChangesDate Modified User Transaction Type
{{ entry.id }}{{ entry.field_name }}{{ entry.old_value_formatted }} {{ entry.new_value_formatted }}{{ entry.changes_formatted }}{{ entry.date_modified }} {{ entry.user_key }} {{ entry.transaction_type_formatted }}
{% endblock content %}