{% 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 %}
{{ 'Complete the user details'|phrase }}