{% extends "base.html" %} {% set service_name = service.name %} {% block title %}{% trans %}Claim profile{% endtrans %}{% endblock %} {% block subtitle %}{% trans service_name %}for the service {{ service_name }}{% endtrans %}{% endblock %} {% block content %} {% call macros.help(_("Claim an existing profile"), auto=utils.display_help("main")) %}

{% trans %}You are about to claim an existing profile on the service.{% endtrans %}

{% trans %}Please specify the username and password of your original account on the service.{% endtrans %}

{% trans %}If you are used to sign into that service using an email address, please specify your username or nickname instead.{% endtrans %}

{% endcall %} {{ macros.form(form) }} {% endblock %}