{{ Util_getIcon('b_print', 'Print'|trans, true) }}
{% if not tbl_is_view and not db_is_system_schema %}
{# Only display propose table structure for MySQL < 8.0 #}
{% if mysql_int_version < 80000 or is_mariadb %}
{{ Util_getIcon(
'b_tblanalyse',
'Propose table structure'|trans,
true
) }}
{{ Util_showMySQLDocu('procedure_analyse') }}
{% endif %}
{% if is_active %}
{{ Util_getIcon('eye', 'Track table'|trans, true) }}
{% endif %}
{{ Util_getIcon('b_move', 'Move columns'|trans, true) }}
{{ Util_getIcon('normalize', 'Normalize'|trans, true) }}
{% endif %}
{% if tbl_is_view and not db_is_system_schema %}
{% if is_active %}
{{ Util_getIcon('eye', 'Track view'|trans, true) }}
{% endif %}
{% endif %}