{% 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-extra-classes %}{% is_clipper_highlighted as highlight_clipper %}{% if highlight_clipper %}highlight-clipper{% endif %}{% endblock %} {% block content %} {% get_providers as socialaccount_providers %} {% is_clipper_highlighted as highlight_clipper %} {% if highlight_clipper %}{% blocktrans %} Please sign in with one of your existing third party accounts, or with the form below. {% endblocktrans %}