{% set pagetitle = 'Authentication status'|trans %} {% extends 'base.twig' %} {% block content %}
{% trans %}Hi, this is the status page of SimpleSAMLphp. Here you can see if your session is timed out, how long it lasts until it times out and all the attributes that are attached to your session.{% endtrans %}
{% if remaining %}{% trans %}Your session is valid for {{ remaining }} seconds from now.{% endtrans %}
{% endif %}{{ name }} | {{ value }} |
{{ trackid }}
{{ logout }}
{% endif %} {% if logouturl is defined %} {% endif %} {% endblock %}