{% 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 %}