{{ get_hidden_inputs({'db': db, 'table': table, 'selected': fields}) }}
{% trans 'Do you really want to execute the following query?' %} ALTER TABLE {{ backquote(table) }}
{% for field in fields %}   DROP {{ backquote(field) }} {%- if loop.last %};{% else %},
{% endif %} {% endfor %}