{# /** * Copyright (C) 2023 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 title %}{{ "Displays"|trans }} | {% endblock %} {% block actionMenu %}{% endblock %} {% block headContent %} {# Add page source code bundle ( CSS ) #} {% endblock %} {% block pageContent %}

{% trans "Filter Displays" %}

{% trans 'No Folders matching the search term' %}

{% if currentUser.featureEnabled("displays.add") %} {% endif %}
{% if currentUser.featureEnabled("tag.tagging") %}{% endif %}
{% trans "ID" %} {% trans "Display" %} {% trans "Display Type" %} {% trans "Address" %} {% 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 "Supported?" %} {% trans "Device Name" %} {% trans "IP Address" %} {% trans "Mac Address" %} {% trans "Timezone" %} {% trans "Languages" %} {% 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 "Sharing" %} {% trans "Screen Size" %} {% trans "Is Mobile?" %} {% trans "Outdoor?" %} {% trans "Reference 1" %} {% trans "Reference 2" %} {% trans "Reference 3" %} {% trans "Reference 4" %} {% trans "Reference 5" %} {% trans "Custom ID" %} {% trans "Cost Per Play" %} {% trans "Impressions Per Play" %} {% trans "Created Date" %} {% trans "Modified Date" %} {% trans "Faults?" %} {% trans "OS Version" %} {% trans "OS SDK" %} {% trans "Manufacturer" %} {% trans "Brand" %} {% trans "Model" %}
{% endblock %} {% block javaScript %} {# Initialise JS variables and translations #} {# Add page source code bundle ( JS ) #} {# Initialize map/list view toggle AFTER all other scripts load #} {% endblock %}