{% load static i18n socialaccount pulse_auth %} {% is_review_app as review_app %}
{% with auth_process=process|default:"login" excluded_provider=exclude|lower %} {% if not review_app %} {% if excluded_provider != 'google' %} {% endif %} {% if excluded_provider != 'github' %} {% endif %} {% endif %} {% is_next_url_admin as show_superuser_login %} {% if show_superuser_login and auth_process == 'login' %} {% endif %} {% endwith %}