{% set pagetitle = dictTitle | trans %} {% extends "base.twig" %} {% block content %}
{{'The debug information below may be of interest to the administrator / help desk:' | trans}}
{{ error.exceptionMsg }}
{{ error.exceptionTrace }}
{{ 'This error probably is due to some unexpected behaviour or to misconfiguration of SimpleSAMLphp. Contact the administrator of this login service, and send them the error message above.' | trans }}
{% endblock %}