{# Footer buttons #}
{% if is_superuser or allow_user_drop_database %}
{% include 'select_all.twig' with {
'pma_theme_image': pma_theme_image,
'text_dir': text_dir,
'form_name': 'dbStatsForm'
} only %}
{{ Util_getButtonOrImage(
'',
'mult_submit ajax',
'Drop'|trans,
'b_deltbl'
) }}
{% endif %}
{# Enable statistics #}
{% if dbstats is empty %}
{{ Message_notice('Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.'|trans) }}