{{ message|raw }} {% if has_comment %}
{{ get_hidden_inputs(db) }}
{{ get_icon('b_comment', 'Database comment'|trans, true) }}
{% endif %}
{{ get_hidden_inputs(db) }}
{{ get_icon('b_table_add', 'Create new table'|trans, true) }}
{% if db != 'mysql' %}
{{ get_hidden_inputs(db) }} {% if db_collation is not empty %} {% endif %}
{{ get_icon('b_edit', 'Rename database to'|trans, true) }}
{% endif %} {% if is_drop_database_allowed %}
{{ get_icon('b_deltbl', 'Remove database'|trans, true) }}
{{ link_or_button( url('/sql'), { 'sql_query': 'DROP DATABASE ' ~ backquote(db), 'back': url('/database/operations'), 'goto': url('/'), 'reload': true, 'purge': true, 'message_to_show': 'Database %s has been dropped.'|trans|format(backquote(db))|e, 'db': null }, 'Drop the database (DROP)'|trans, { 'id': 'drop_db_anchor', 'class': 'ajax text-danger' } ) }} {{ show_mysql_docu('DROP_DATABASE') }}
{% endif %}
{{ get_hidden_inputs(db) }} {% if db_collation is not empty %} {% endif %}
{{ get_icon('b_edit', 'Copy database to'|trans, true) }}
{{ get_hidden_inputs(db) }}
{{ get_icon('s_asci', 'Collation'|trans, true) }}