{% extends "pwa/base.html" %} {% load i18n static feature_flags socialaccount %} {% block pwa_title %} {% trans "Login" %} {% endblock %} {% block content %}
{% include "admin/_login_form.html" %}
{#
#} {#
#} {#
#} {# Bitcaster logo#} {#

#} {# {% trans "Welcome" %}#} {#

#} {#

#} {# {% trans "Log in to your account" %}#} {#

#} {#
#} {# {% flag_enabled 'LOCAL_LOGIN' as LOCAL_LOGIN %}#} {# {% if LOCAL_LOGIN %}#} {#
#} {# {% csrf_token %}#} {# {% for field in form %}#} {#
#} {# #} {#
#} {# {{ field }}#} {#
#} {# {% if field.help_text %}#} {#

#} {# {{ field.help_text }}#} {#

#} {# {% endif %}#} {# {% for error in field.errors %}#} {#

#} {# {{ error }}#} {#

#} {# {% endfor %}#} {#
#} {# {% endfor %}#} {# {% if form.non_field_errors %}#} {#
#} {# {% for error in form.non_field_errors %}#} {# {{ error }}#} {# {% endfor %}#} {#
#} {# {% endif %}#} {#
#} {# #} {#
#} {#
#} {# {% endif %}#} {##} {#
#} {#
#} {#
#} {#
#} {#
#} {# {% trans "Or use" %}#} {#
#} {#
#} {##} {#
#} {# {% csrf_token %}#} {# #} {# #} {#
#} {##} {# {% if sso_providers %}#} {#
#} {# {% for k, v in sso_providers %}#} {# #} {# {{ v }}#} {# #} {# {% endfor %}#} {#
#} {# {% endif %}#} {#
#} {#
#} {##} {# #} {# #} {# #} {% endblock %}