{# /* * Spring Signage Ltd - http://www.springsignage.com * Copyright (C) 2015 Spring Signage Ltd * (${FILE_NAME}) */ #} {% extends "authed.twig" %} {% import "inline.twig" as inline %} {% block pageContent %} {% set displayName = display.display %} {% set displayLastAccessed = display.lastAccessed %} {% if display.loggedIn == 1 %} {% set title %}{% trans %}Display {{ displayName }} is currently logged-in, seen {{ timeAgo }}.{% endtrans %}{% endset %} {% else %} {% set title %}{% trans %}Display {{ displayName }} is not logged in at the moment and last accessed at {{ displayLastAccessed }}{% endtrans %}{% endset %} {% endif %}
{% trans "This Display hasn't connected since updates have been made in the CMS. The below information will be updated when it has." %}
{% endif %}