{% include 'notices.html' %}
{{wp_nonce_field('tabulate-record-'~record.get_primary_key())|raw}} {% for column in table.get_columns %}
{% include 'field/edit.html' %}

{{column.get_comment}} {% if column.is_auto_increment %}A value for this field will be assigned automatically.{% endif %} {% if column.is_foreign_key %} This field is a cross reference to {{column.get_referenced_table.get_title}}. {% endif %} {% if column.get_type == 'year' %} Only the years 1901–2155 can be entered here. {% endif %}

{% endfor %}