{% extends 'base.html.twig' %} {% block page_header %}{% endblock page_header %} {% block page_header_around %}{% endblock page_header_around %} {% block content %}
{{ 'My Details'|phrase }}
{% if (app.user.facebookId == '' or app.user.twitterId == '' or app.user.googleId == '' or app.user.linkedinId == '') and ('facebookId'|get_setting('-') != '-' or 'twitterId'|get_setting('-') != '-' or 'googleId'|get_setting('-') != '-' or 'linkedinId'|get_setting('-') != '-') %}

{{ 'Link one of these existing accounts so you can log in to this account using any one of these'|phrase }}

{% if app.user.facebookId == '' and 'facebookId'|get_setting != '-' %}      {% endif %} {% if app.user.twitterId == '' and 'twitterId'|get_setting != '-' %}      {% endif %} {% if app.user.googleId == '' and 'googleId'|get_setting != '-' %}      {% endif %} {% if app.user.linkedinId == '' and 'linkedinId'|get_setting != '-' %} {% endif %}
{% endif %} {% include "@UserBundle/Form/user.bums.my_details.html.twig" %} {% endblock content %} {% block foot_script %} {{ parent() }} {% endblock foot_script %}