{% extends 'base.html.twig' %} {% block title %}{{ pageTitleString }}{% endblock title %} {% block head_description %}{{ descriptionString }}{% endblock head_description %} {% block head_keyword %}{{ keyWordString }}{% endblock head_keyword %} {% block og_title %}{{ titleString }}{% endblock og_title %} {% block og_description %}{{ descriptionString }}{% endblock og_description %} {% block head_script %} {{ parent() }} {% endblock head_script %} {% block head_script %} {{ parent() }} {{ encore_entry_script_tags('content') }} {{ encore_entry_script_tags('form') }} {% endblock head_script %} {% block head_style %} {{ parent() }} {{ encore_entry_link_tags('content') }} {{ encore_entry_link_tags('form') }} {% endblock head_style %} {% block page_header_h1 %} {% if userGroupId == '' %} {{ 'Add Group'|phrase }} {% else %} {{ 'Edit Group'|phrase }} {% endif %} {% endblock page_header_h1 %} {% block content %}
{% include "@UserBundle/UserList/menu.html.twig" %} {{ 'Back to Groups' }}

{{ 'Complete the group details'|phrase }}

{% include "@UserBundle/Form/user_group.edit.html.twig" %}
{% for userList in pagination %} {% endfor %}
{{ 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') }} {{ 'Actions'|phrase }} {{ 'Add'|phrase }}
{{ userList.fullNameString() }} {{ userList.username }} {{ userList.userEMailAddressString }} {{ userList.userTelNoMobileString }} {{ userList.isActiveString }}
{% endblock content %} {% block foot_script %} {{ parent() }} {% endblock foot_script %}