{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block breadcrumbs %}
  • {% translate "Your profile" %}
  • {% endblock breadcrumbs %} {% block content %}

    {% translate "Confirm adding user identity" %}

    {% comment %}Translators: backend_verbose is name of authentication backend, for example GitHub or Facebook, uid is user identifier, it can be username, email, number or URL{% endcomment %} {% blocktranslate %}After confirming this, you will be able to authenticate to Weblate using {{ backend_verbose }} ({{ uid }}).{% endblocktranslate %}

    {{ confirm_form|crispy }} {% csrf_token %}
    {% endblock content %}