{% if user.is_authenticated() %}
{% include 'socialaccount/snippets/login_service_icon.html' %}
{% else %} {% if waffle.flag('github_login') %} {% set github_url = provider_login_url('github', next=next_url) %} {% endif %}
{% endif %}