{% extends 'base.html.twig' %} {% 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 %}{% endblock page_header %} {% block page_header_around %}{% endblock page_header_around %} {% block container_div_start %}
{% endblock container_div_start %} {% block content %} {% block flashes_content %} {{ parent() }} {% endblock flashes_content %}

Let's create your account

{% if 'facebookId'|get_setting('-') != '-' or 'twitterId'|get_setting('-') != '-' or 'googleId'|get_setting('-') != '-' or 'linkedinId'|get_setting('-') != '-' %}

{{ 'Register using one of these existing accounts'|phrase }}

{% if facebookId != '-' %}      {% endif %} {% if twitterId != '-' %}      {% endif %} {% if googleId != '-' %}      {% endif %} {% if linkedinId != '-' %} {% endif %}
{% endif %} {% include "@UserBundle/Form/user.register.godigital.html.twig" %}
{% endblock content %}