{% 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_style %} {{ parent() }} {{ encore_entry_link_tags('content') }} {{ encore_entry_link_tags('form') }} {{ encore_entry_link_tags('geography') }} {% endblock head_style %} {% block page_header_h1 %} {% if userTypeId == feUserTypeId %} {% if userListId == '' or userListId == '0' %} {{ 'Add User'|phrase }} {% else %} {{ 'Edit User'|phrase }} {% endif %} {% else %} {% if userListId == '' or userListId == '0' %} {{ 'Add Contact'|phrase }} {% else %} {{ 'Edit Contact'|phrase }} {% endif %} {% endif %} {% endblock page_header_h1 %} {% block content %}
{% include "@UserBundle/UserList/menu.html.twig" %} {{ 'Back to Users' }} {{ 'Back to Contacts' }}

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

{% include "@UserBundle/Form/user.edit.html.twig" %}
{% endblock content %} {% block foot_script %} {{ parent() }} {{ encore_entry_script_tags('content') }} {{ encore_entry_script_tags('form') }} {{ encore_entry_script_tags('geography') }} {% endblock foot_script %}