{{ get_hidden_inputs() }}
{% if menus_work %} {% endif %} {% for host in hosts %} {% if menus_work %} {% endif %} {% if is_grantuser %} {% endif %} {% if menus_work and user_group_count > 0 %} {% endif %} {% endfor %}
{% trans 'User name' %} {% trans 'Host name' %} {% trans 'Password' %} {% trans 'Global privileges' %} {{ show_hint('Note: MySQL privilege names are expressed in English.') }} {% trans 'User group' %}{% trans 'Grant' %} {% trans 'Action' %}
{{ host.host }} {% if host.has_password %} {% trans 'Yes' %} {% else %} {% trans 'No' %} {% endif %} {{ not host.has_select_priv ? show_hint('The selected user was not found in the privilege table.'|trans) }} {{ host.privileges|join(', ')|raw }} {{ host.group }}{{ host.has_grant ? 'Yes'|trans : 'No'|trans }} {{ get_icon('b_usredit', 'Edit privileges'|trans) }} {% if host.user is not empty %} {{ get_icon('b_usrlist', 'Edit user group'|trans) }} {% endif %} {{ get_icon('b_tblexport', 'Export'|trans) }}
{% trans 'With selected:' %} {% trans 'With selected:' %}
{% if is_createuser %}
{% trans %}New{% context %}Create new user{% endtrans %}
{% endif %}
{{ get_icon('b_usrdrop', 'Remove selected user accounts'|trans) }}

{% trans 'Revoke all active privileges from the users and delete them afterwards.' %}