{# Gives a tabbed header of fields from the base database table (id, created_at, updated_at) #}
{{ calculation.table_name }} ID: {{ calculation.id }}
Created: {{ calculation.created_at }}
Last updated: {{ calculation.updated_at }}