{% if request.user.username == form.username.value %}
{% for user_social_auth in user.social_auth.all %}
{{ user_social_auth.provider|social_provider_name }}{% if not forloop.last %}, {% endif %}
{% empty %}
{% trans "No Social Authentications." %}
{% endfor %}