{%extends "base.html"%} {% block content %}
{{wp_nonce_field('tabulate-record-'~record.get_primary_key())|raw}} {% for column in table.get_columns %} {% endfor %}
{% include 'field/edit.html' %}

Describe the changes you've made: {% if return_to %} Cancel {% endif %} {% if record.get_primary_key() %} Delete {% endif %}

{% if record.get_primary_key %}
{% for refinfo in table.get_referencing_tables %} {% endfor %} {% if table.has_changes_recorded %}

History

Recent changes made to this record.

{% for change in record.get_changes %} {% endfor %}
Date and Time Field Old Value New Value User Comment
{{change.date_and_time|get_date_from_gmt|wp_date_format}} {{change.date_and_time|get_date_from_gmt|wp_time_format}} {{change.column_name|titlecase}} {{change.old_value}} {{change.new_value}} {{change.user_nicename}} {{change.comment}}
{% endif %}
{% endif %} {% endblock %}