{{ get_hidden_inputs(db) }} {% for selected_table in selected %} {% endfor %}
{% if selected|length == 1 %} {{ 'Create version %1$s of %2$s'|trans|format( last_version + 1, db ~ '.' ~ selected[0] ) }} {% else %} {{ 'Create version %1$s'|trans|format(last_version + 1) }} {% endif %}

{% trans 'Track these data definition statements:' %}

{% if type == 'both' or type == 'table' %} ALTER TABLE
RENAME TABLE
CREATE TABLE
DROP TABLE
{% endif %} {% if type == 'both' %}
{% endif %} {% if type == 'both' or type == 'view' %} ALTER VIEW
CREATE VIEW
DROP VIEW
{% endif %}
CREATE INDEX
DROP INDEX

{% trans 'Track these data manipulation statements:' %}

INSERT
UPDATE
DELETE
TRUNCATE