{% if pluginSettings['facebook_enabled'] == 1 %}
{{ t('login_with_facebook', 'Login with Facebook') }}
{% endif %}
{% if pluginSettings['twitter_enabled'] == 1 %}
{% endif %}
{% if pluginSettings['google_enabled'] == 1 %}
{{ t('login_with_google', 'Login with Google') }}
{% endif %}
{% if pluginSettings['foursquare_enabled'] == 1 %}
{{ t('login_with_foursquare', 'Login with Foursquare') }}
{% endif %}
{% if pluginSettings['linkedin_enabled'] == 1 %}
{{ t('login_with_linkedin', 'Login with LinkedIn') }}
{% endif %}