{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %}
{% endblock %} {% block coltype %}flex{% endblock %} {% block content %}ID | {% if not use_json %}Field Name | {% endif %}Old Value | New Value | {% if use_json %}Changes | {% endif %}Date Modified | User | Transaction Type |
---|---|---|---|---|---|---|---|
{{ entry.id }} | {% if not use_json %}{{ entry.field_name }} | {% endif %}{{ entry.old_value_formatted }} | {{ entry.new_value_formatted }} | {% if use_json %}{{ entry.changes_formatted }} | {% endif %}{{ entry.date_modified }} | {{ entry.user_key }} | {{ entry.transaction_type_formatted }} |