{% extends "core/base.html" %} {% load i18n %} {% block content %} {% if not error %}
check
{% blocktrans %}Success!{% endblocktrans %}

{% trans "Please return to your application and enter this code:" %} {{ code }}

{% else %}
error_outline
{% trans "Error" %}: {{ error.error }}

{{ error.description }}

Please verify if the application is configured correctly or contact one of your site administrators:

{% include "core/partials/admins_list.html" %}
{% endif %} {% endblock %}