{% if isSearching %}

{{ 'Edit Users'|trans }}


{% if usersArr %} {% else %}

{{ 'No user found!'|trans }}

{% endif %}
{% endif %}

{{ 'Add account'|trans }}

{{ 'Note: new user will need to use the "Forgot password" button on the login page to set a password.'|trans }}

{{ App.Csrf.getHiddenInput|raw }} {# because the select will be disabled, the team won't be sent, so add it as hidden for admin page #} {% if App.Request.getScriptName|split('/')|last == 'admin.php' %} {% endif %}