{% 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.bums.html.twig" %}