|
|
{{ user.host }}
|
{% if user.has_password %}
{% trans 'Yes' %}
{% else %}
{% trans 'No' %}
{% endif %}
|
{{ user.privileges|raw }}
|
{% if user.has_group %}
|
{% endif %}
{{ user.has_grant ? 'Yes'|trans : 'No'|trans }}
|
{% if is_grantuser %}
{{ get_icon('b_usredit', 'Edit privileges'|trans) }}
|
{% endif %}
{% if user.has_group_edit %}
|
{% endif %}
{{ get_icon('b_tblexport', 'Export'|trans) }}
|