{% extends "base.html" %} {% block title %}Enable chronicle tracking for {{ table }}{% endblock %} {% block crumbs %} {{ crumbs.nav(request=request, database=database, table=table) }} {% endblock %} {% block content %}
Inserts, updates and deletes to this table will be reflected in a new _chronicle_{{ table }}
table.
{% endblock %}