{% trans 'Untracked tables' %}

{{ Url_getHiddenInputs(db) }} {% for table_name in untracked_tables %} {% if Tracker_getVersion(db, table_name) == -1 %} {% endif %} {% endfor %}
{% trans 'Table' %} {% trans 'Action' %}
{{ Util_getIcon('eye', 'Track table'|trans) }}
{% include 'select_all.twig' with { 'pma_theme_image': pma_theme_image, 'text_dir': text_dir, 'form_name': 'untrackedForm' } only %} {{ Util_getButtonOrImage( 'submit_mult', 'mult_submit', 'Track table'|trans, 'eye', 'track' ) }}