{% blocktrans %} Please sign in with one of your existing third party accounts, or with the form below. {% endblocktrans %}
- {% trans "Forgot Password?" %} {% is_open_for_signup as open_signup %} {% if open_signup %}
- {% trans "Sign Up" %} {% endif %}
{% extends "allauth_ens/base.html" %} {% load i18n %} {% load account socialaccount allauth_ens %} {% block title %}{% trans "Sign In" %}{% endblock %} {% block header-title %}{% trans "Sign In" %}{% endblock %} {% block messages-extra %} {% if form.errors or user.is_authenticated %}
{% endif %} {% endblock %} {% block content %} {% get_providers as socialaccount_providers %} {% if socialaccount_providers %}{% blocktrans %} Please sign in with one of your existing third party accounts, or with the form below. {% endblocktrans %}