diff --git a/modules/core/templates/logout-iframe.twig b/modules/core/templates/logout-iframe.twig index b71868a0e8172c840d440c8877bd2322f8742d91..ef624e733c6cfbfd7a9172a3488abb2e3edc0825 100644 --- a/modules/core/templates/logout-iframe.twig +++ b/modules/core/templates/logout-iframe.twig @@ -36,7 +36,7 @@ <li id="sp-{{ key }}" data-id="{{ key }}" data-status="{{ sp['status'] }}" {#- #} data-timeout="{{ timeout }}"> <span class="fa-li"><i id="icon-{{ key }}" class="fa fa-{{ icon }}"></i></span> - {{ name }} ({{ sp['status'] }}) + {{ name }} {%- if sp['status'] != 'completed' and sp['status'] != 'failed' %} {%- if type == 'nojs' %} @@ -96,4 +96,4 @@ {% block postload %} <script type="application/javascript" src="{{ asset('js/logout.js') }}"></script> -{% endblock postload %} \ No newline at end of file +{% endblock postload %}