{% load i18n %} {% block content %}
{% trans "Attributes:" %}
{{ attributes|pprint }}
{% trans "SAML assertion:" %}
{{ assertion_dump }}
{% trans "SAML response:" %}
{{ response_dump }}
{% trans "SAML artifact:" %}
{{ login.msgBody }}
{% trans "Logs:" %}
{{ logs }}{% endblock %}