{% extends "pretixcontrol/auth/base.html" %} {% load i18n %} {% load static %} {% block content %}

{% trans "Account linking declined" %}

{% blocktrans trimmed %} You chose not to link your accounts. You can continue signing in with your existing login method. {% endblocktrans %}

{% blocktrans trimmed %} If you want to use OpenID Connect with a separate account in the future, change the email address on your pretix account first, then sign in with OpenID Connect again. {% endblocktrans %}

{% trans "Sign in with existing account" %}
{% endblock %}