{# /** * Copyright (C) 2021 Xibo Signage Ltd * * Xibo - Digital Signage - http://www.xibo.org.uk * * This file is part of Xibo. * * Xibo is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * Xibo is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with Xibo. If not, see . */ #} {% extends "authed.twig" %} {% import "inline.twig" as inline %} {% block pageContent %} {% include "theme-dashboard-message.twig" ignore missing %}
0
{{ librarySize }}
{% trans "Library Size" %}
{{ countUsers }}
{% if countUsers == 1 %}{% trans "User" %}{% else %}{% trans "Users" %}{% endif %}
{% if embeddedWidget != "" %} {{ embeddedWidget|raw }} {% else %}
{{ nowShowing }}
{% trans "Now Showing" %}
{% endif %}
{% if xmdsLimit != "" %} {% trans %}Bandwidth Usage. Limit {{ xmdsLimit }}{% endtrans %} {% else %} {% trans %}Bandwidth Usage ({{ bandwidthSuffix }}){% endtrans %} {% endif %} {% if currentUser.featureEnabled("displays.reporting") %} {% trans "More Statistics" %} {% endif %}
{% if libraryLimitSet != "" %} {% trans %}Library Usage. Limit {{ libraryLimit }}{% endtrans %} {% else %} {% trans "Library Usage" %} {% endif %}
{% trans "Display Activity" %}
{% trans "Display" %} {% trans "Logged In" %} {% trans "Authorised" %}
{% trans "Latest News" %}
{% if latestNews|length > 0 %} {% for news in latestNews %}

{{ news.title }}

{{ news.description|raw }} {% if news.link %}{% trans "Full Article" %}.{% endif %}

{% endfor %} {% endif %}
{% trans "Display Status" %}
{% trans "Click on the chart for a breakdown" %}
{% trans "Display Content Status" %}
{% trans "Click on the chart for a breakdown" %}
{% trans "Display Groups Status" %}
{% trans "Click on the chart to view Display information" %}
{% trans "Display Groups Content Status" %}
{% trans "Click on the chart to view Display information" %}
{% trans "Displays" %} {% if currentUser.featureEnabled("displays.view") %} {% trans "Displays Page" %} {% endif %}
{{ inline.hidden("displayGroupId") }} {{ inline.hidden("mediaInventoryStatus") }} {{ inline.hidden("loggedIn") }}
{% if currentUser.featureEnabled("tag.tagging") %}{% endif %}
{% trans "ID" %} {% trans "Display" %} {% trans "Status" %} {% trans "Authorised?" %} {% trans "Current Layout" %} {% trans "Storage Available" %} {% trans "Storage Total" %} {% trans "Storage Free %" %} {% trans "Description" %}{% trans "Orientation" %} {% trans "Resolution" %}{% trans "Tags" %}{% trans "Default Layout" %} {% trans "Interleave Default" %} {% trans "Email Alert" %} {% trans "Logged In" %} {% trans "Last Accessed" %} {% trans "Display Profile" %} {% trans "Version" %} {% trans "Device Name" %} {% trans "IP Address" %} {% trans "Mac Address" %} {% trans "Timezone" %} {% trans "Latitude" %} {% trans "Longitude" %} {% trans "Screen shot?" %} {% trans "Thumbnail" %} {% trans "CMS Transfer?" %} {% trans "Bandwidth Limit" %} {% trans "Last Command" %} {% trans "XMR Registered" %} {% trans "Commercial Licence" %} {% trans "Remote" %} {% trans "Created Date" %} {% trans "Modified Date" %} {% trans "Faults?" %}
{% endblock %} {% block javaScript %} {% endblock %}