{% extends "mellon/base.html" %} {% load i18n %} {% block mellon_content %}

{% blocktrans with name_id=saml_attributes.name_id_content %}Your user, {{ user }}, is inactive please contact your administrator. {% endblocktrans %}

{% endblock %}