{% csrf_token %} {% if next_url %}
{% endif %}
{% with provider=item.provider.name %} {% if provider == "Google" %} {% include 'icons/google.html' %} {% elif provider == "Microsoft" %} {% include 'icons/microsoft.html' %} {% elif provider == "Facebook" %} {% include 'icons/facebook.html' %} {% elif provider == "LinkedIn" %} {% include 'icons/linkedin.html' %} {% endif %} {% if provider in "Google Microsoft Facebook LinkedIn" %}
{{ item.label }}
{% else %} {{ item.label }} {% endif %} {% endwith %}