{{ user_form.first_name.value|default:" " }} {{ user_form.last_name.value|default:" " }}
{% if user.social_profile.image_url %}{% trans "Social Connections" %}
-
{% if user.social_auth.all.count == 1 %}
{% with only_connection=user.social_auth.all|first %}
- {% trans "Add Social Connection" %} {% else %} {% for user_social_auth in user.social_auth.all %} {% trans "Disconnect" %} {{ user_social_auth.provider|social_provider_name }} {% endfor %}
- {% trans "Add Social Connection" %} {% endif %}
{{ only_connection.provider|social_provider_name }} {% trans "is your only means of authentication, it cannot be removed." %}
{% endwith %}