{% extends "unfold/layouts/unauthenticated.html" %} {% load i18n static allauth %} {% block title %} {% trans "Third-Party Login Failure" %} {% endblock title %} {% block content %} {% include "unfold/helpers/messages.html" %}
{% element h1 %} {% trans "Third-Party Login Failure" %} {% endelement %} {% element p %} {% trans "An error occurred while attempting to login via your third-party account." %} {% endelement %} {% include "bitcaster/fragments/footer.html" %} {% endblock content %}