{# Gives a tabbed header of fields from the base database table (id, created_at, updated_at) #}
{{ table_entry.table_name }} ID
{{ table_entry.id }}
Created at
{{ table_entry.created_at|date:"M. jS Y @ P T" }}
Last updated at
{{ table_entry.updated_at|date:"M. jS Y @ P T" }}