{% extends app['request'].isXmlHttpRequest ? "admin/common/ajax_wrap.html.twig" : "admin/common/iframe_wrap.html.twig" %} {% block content %} {% if app['request'].query.get('user-updated') is not none%}
{% set user_count = app['request'].get('user-updated') %} {% if user_count == 1 %} {% trans %}The user has been created.{% endtrans %} {% else %} {% trans with {'%user_count%' : user_count} %}%user_count% users have been created.{% endtrans %} {% endif %}
{% endif %}

{{ 'admin::user: nouvel utilisateur' | trans }} {{ 'admin::user: nouveau template' | trans }} {{ 'admin::user: import d\'utilisateurs' | trans }} / {{ 'admin::user: export d\'utilisateurs' | trans }} {{ 'Reglages:: reglages d acces guest' | trans }} {{ 'Reglages:: reglages d inscitpition automatisee' | trans }}

{{ 'Apply a template' | trans }}
{% for usr in users.get_results %} {% endfor %}
{{ 'admin::compte-utilisateur id utilisateur' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }} {{ 'admin::compte-utilisateur identifiant' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }} {{ 'First/Last Name' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }} {{ 'admin::compte-utilisateur societe' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }} {{ 'admin::compte-utilisateur email' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }} {{ 'admin::compte-utilisateur pays' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }} {{ 'admin::compte-utilisateur dernier modele applique' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }} {{ 'admin::compte-utilisateur date de creation' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }} {{ 'admin::compte-utilisateur derniere connexion' | trans }} {{ parm.ord == 'ASC' ? '▼' : '▲' }}
{% if usr.isTemplate() %} {% else %} {% if app.getAclForUser(usr).is_phantom() %} {% endif %} {{usr.getId()}} {% endif %} {{usr.getLogin()}} {{usr.getFirstName()}} {{usr.getLastName()}} {{usr.getCompany()}} {{usr.getEmail()}} {{usr.getCountry()}} {% if usr.getLastAppliedTemplate() is not none %} {{ usr.getLastAppliedTemplate().getLogin() }} {% endif %} {{ app['date-formatter'].getDate(usr.getCreated()) }} {% if usr.getLastConnection() is not null %} {{ usr.getLastConnection() | date('Y-m-d H:i:s') }} {% endif %}
{% for sbas_id in parm.sbas_id %} {% endfor %} {% for base_id in parm.base_id %} {% endfor %} {% if parm['usr_ids'] is defined %} {% endif %}
{% set pages = users.get_total() / parm['per_page'] %} {% set modulo = users.get_total() % parm['per_page'] %} {% if modulo > 0 %}{% set pages = pages + 1 %}{% endif %} {{users.get_total}} resultats, {{pages|floor}} pages {% if users.get_page > 2 %} {% endif %} {% if users.get_page > 1 %} {% endif %} {% if users.get_page < pages -1 %} {% endif %} {% if users.get_page < pages - 2 %} {% endif %} {% if parm['act'] is defined %} {% endif %} {% for sbas_id in parm.sbas_id %} {% endfor %} {% for base_id in parm.base_id %} {% endfor %} {% if parm['usr_ids'] is defined %} {% endif %}
{% if parm.base_id is not empty %} {% for base_id in parm.base_id %} {% endfor %} {% endif %} {% if parm.sbas_id is not empty %} {% for sbas_id in parm.sbas_id %} {% endfor %} {% endif %} {# #}
{% endblock %}