{% 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() }} {{ 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 userTypeId == feUserTypeId %} {{ 'Import Users'|phrase }} {% else %} {{ 'Import Contacts'|phrase }} {% endif %} {% endblock page_header_h1 %} {% block content %}

{{ 'Upload your data in an Excel spreadsheet with the first row containing the column names to be used for your data'|phrase }}

{% include "@UserBundle/Form/user.import.html.twig" %}
{% endblock content %}