{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Merge OpenID Connect account" %}{% endblock %} {% block content %}
{% blocktrans trimmed with email=target_user.email %} Merge an existing OpenID Connect user account into the native pretix account {{ email }}. The native account will receive the OpenID Connect email address, team memberships from both accounts will be combined, and the OpenID Connect account will be anonymized. {% endblocktrans %}
{% if form.oidc_user.field.queryset %} {% else %}