{% extends 'dbmi_client/login/base.html' %} {% block content %}

{% block error %}Authentication Error{% endblock %}

{% block description %} {% if error_description %}

{{ error_description }}

{% else %}

The authentication process has failed. Please re-attempt login or contact support for assistance.

{% endif %}

Retry login

{% endblock %}


{% endblock %}