{% if App.Request.getScriptName|split('/')|last == 'sysconfig.php' %} {% endif %}
{% if isSearching %}

{{ 'Edit Users'|trans }}


{% if usersArr %} {% else %}

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

{% endif %}
{% endif %} {% if App.Config.configArr.admins_create_users or App.Users.userData.is_sysadmin %}

{{ 'Add account'|trans }}

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

{{ App.Session.get('csrf')|csrf }} {# 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 %}
{% endif %}