{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {% trans "Error: authentication failure" %} {% endblock %} {% block content %}

{% trans "Authentication failure" %}

{% trans "The SSL authentication has failed" %}

Back {% endblock %}