{% extends "accounts/base.html" %} {% load avatars djblets_deco i18n %} {% block title %}{% trans "Link Account" %}{% endblock %} {% block auth_content %}
{% blocktrans %} Log in with your existing {{PRODUCT_NAME}} username and password to complete SSO setup. {% endblocktrans %}
{% if form.errors %} {% errorbox %}{{form.non_field_errors}}{% enderrorbox %} {% endif %}{% blocktrans %} Please contact your system administrator about correcting the username in your SSO provider. {% endblocktrans %}