{# /** * Copyright (C) 2022 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 %}{{ "Templates"|trans }} | {% endblock %} {% block actionMenu %}
{% if currentUser.featureEnabled("template.add") %} {% endif %}
{% endblock %} {% block pageContent %}
{% trans "Templates" %}
{% set title %}{% trans "Name" %}{% endset %} {{ inline.inputNameGrid('template', title) }} {% if currentUser.featureEnabled("tag.tagging") %} {% set title %}{% trans "Tags" %}{% endset %} {% set exactTagTitle %}{% trans "Exact match?" %}{% endset %} {% set logicalOperatorTitle %}{% trans "When filtering by multiple Tags, which logical operator should be used?" %}{% endset %} {% set helpText %}{% trans "A comma separated list of tags to filter by. Enter a tag|tag value to filter tags with values. Enter --no-tag to filter all items without tags. Enter - before a tag or tag value to exclude from results." %}{% endset %} {{ inline.inputWithTags("tags", title, null, helpText, null, null, null, "exactTags", exactTagTitle, logicalOperatorTitle) }} {% endif %} {{ inline.hidden("folderId") }}

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

{% if currentUser.featureEnabled("tag.tagging") %}{% endif %}
{% trans "Name" %} {% trans "Status" %} {% trans "Owner" %} {% trans "Description" %}{% trans "Tags" %}{% trans "Orientation" %} {% trans "Thumbnail" %} {% trans "Sharing" %}
{% endblock %} {% block javaScript %} {% endblock %}