{# /* * OTS Signs Theme - User Group Page * Based on Xibo CMS usergroup-page.twig with OTS styling */ #} {% extends "authed.twig" %} {% import "inline.twig" as inline %} {% block title %}{{ "User Groups"|trans }} | {% endblock %} {% block actionMenu %}{% endblock %} {% block pageContent %}

{% trans "Filter User Groups" %}

{% set title %}{% trans "Name" %}{% endset %} {{ inline.inputNameGrid('userGroup', title) }}
{% if currentUser.isSuperAdmin() %} {% endif %}
{% trans "User Group" %} {% trans "Description" %} {% trans "Library Quota" %} {% trans "Receive System Notifications?" %} {% trans "Receive Display Notifications?" %} {% trans "Receive Custom Notifications?" %} {% trans "Receive DataSet Notifications?" %} {% trans "Receive Layout Notifications?" %} {% trans "Receive Library Notifications?" %} {% trans "Receive Report Notifications?" %} {% trans "Receive Schedule Notifications?" %} {% trans "Is shown for Add User?" %}
{% endblock %} {% block javaScript %} {% endblock %}