{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %}

{% trans "LDAP Error" %}

{% blocktrans %}Your LDAP server returned the following error:{% endblocktrans %}
{% trans "Description" %}: {{desc}}
{% trans "Further Info" %}: {{info}}

{% endblock %}