{{ 'users'|text }}
{% if user.can('system_user_index') %}
{{ 'password-reset-request'|text }}
{{ 'request-new-user'|text }}
{% endif %} {% if user.can('system_user_insert') %}
{{ 'create-new-user'|text }}
{% endif %}