{% extends 'base.html.twig' %} {% block title %}{% if userTypeId == feUserTypeId %}{{ 'My Users'|phrase }}{% else %}{{ 'My Contacts'|phrase }}{% endif %}{% endblock title %} {% block head_description %}{{ 'Manage my users'|phrase }}{% endblock head_description %} {% block head_keyword %}{{ 'manage, users'|phrase }}{% endblock head_keyword %} {% block og_title %}{{ 'My Users'|phrase }}{% endblock og_title %} {% block og_description %}{{ 'Manage my users'|phrase }}{% endblock og_description %} {% block head_style %} {{ parent() }} {% endblock head_style %} {% block page_header %}{% endblock page_header %} {% block page_header_around %}{% endblock page_header_around %} {% block content %}
| {{ knp_pagination_sortable(pagination, 'Name'|phrase, 'ul.first_name_string') }} {{ knp_pagination_sortable(pagination, 'Surname'|phrase, 'ul.last_name_string') }} | {{ knp_pagination_sortable(pagination, 'Username'|phrase, 'ul.username') }} | {{ 'E-Mail'|phrase }} | {{ 'Mobile'|phrase }} | {{ knp_pagination_sortable(pagination, 'Active'|phrase, 'ul.is_live') }} | {{ 'Add'|phrase }} |
|---|---|---|---|---|---|
| {{ userList.fullNameString() }} | {{ userList.username }} | {{ userList.userEMailAddressString }} | {{ userList.userTelNoMobileString }} | {{ userList.isActiveString }} |