{% extends "base.html" %} {% block title %}{{ _('Database') }} #{{ source_database.id }}: {{ _('Link identity') }} — {{ service_name }}{% endblock %} {% block content %}

{{ _('Database') }} #{{ source_database.id }}: {{ source_database.get_name() }}

{{ _("You have to confirm that you want to create a federated identity using the currently signed-in user (%(username)s #%(user_id)s).", username=current_user.name, user_id=current_user.id) }}

{{ _('Cancel') }}
{% endblock %}