• {% trans "Dashboard" %}
  • {% if currentUser.featureEnabled("schedule.view") %}
  • {% trans "Schedule" %}
  • {% endif %} {% if currentUser.featureEnabled("daypart.view") %}
  • {% trans "Dayparting" %}
  • {% endif %} {% set countViewable = currentUser.featureEnabledCount(["campaign.view", "layout.view", "template.view", "resolution.view"]) %} {% if countViewable > 0 %}
  • {% trans "Design" %}
  • {% if currentUser.featureEnabled("campaign.view") %}
  • {% trans "Campaigns" %}
  • {% endif %} {% if currentUser.featureEnabled("layout.view") %}
  • {% trans "Layouts" %}
  • {% endif %} {% if currentUser.featureEnabled("template.view") %}
  • {% trans "Templates" %}
  • {% endif %} {% if currentUser.featureEnabled("resolution.view") %}
  • {% trans "Resolutions" %}
  • {% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["library.view", "playlist.view", "dataset.view", "menuBoard.view"]) %} {% if countViewable > 0 %}
  • {% trans "Library" %}
  • {% if currentUser.featureEnabled("playlist.view") %}
  • {% trans "Playlists" %}
  • {% endif %} {% if currentUser.featureEnabled("library.view") %}
  • {% trans "Media" %}
  • {% endif %} {% if currentUser.featureEnabled("dataset.view") %}
  • {% trans "DataSets" %}
  • {% endif %} {% if currentUser.featureEnabled("menuBoard.view") %}
  • {% trans "Menu Boards" %}
  • {% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["displays.view", "displaygroup.view", "displayprofile.view", "playersoftware.view", "command.view"]) %} {% if countViewable > 0 %}
  • {% trans "Displays" %}
  • {% if currentUser.featureEnabled("displays.view") %}
  • {% trans "Displays" %}
  • {% endif %} {% if currentUser.featureEnabled("displaygroup.view") %}
  • {% trans "Display Groups" %}
  • {% endif %} {% if currentUser.featureEnabled("display.syncView") %}
  • {% trans "Sync Groups" %}
  • {% endif %} {% if currentUser.featureEnabled("displayprofile.view") %}
  • {% trans "Display Settings" %}
  • {% endif %} {% if currentUser.featureEnabled("playersoftware.view") %}
  • {% trans "Player Versions" %}
  • {% endif %} {% if currentUser.featureEnabled("command.view") %}
  • {% trans "Commands" %}
  • {% endif %} {% endif %} {% if currentUser.featureEnabled("users.view") and (currentUser.isGroupAdmin() or currentUser.isSuperAdmin()) %} {% set userMenuViewable = true %} {% else %} {% set userMenuViewable = false %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["usergroup.view", "module.view", "transition.view", "task.view"]) %} {% if countViewable > 0 or userMenuViewable %}
  • {% trans "Administration" %}
  • {% if userMenuViewable %}
  • {% trans "Users" %}
  • {% endif %} {% if currentUser.featureEnabled("usergroup.view") %}
  • {% trans "User Groups" %}
  • {% endif %} {% if currentUser.isSuperAdmin() %}
  • {% trans "Settings" %}
  • {% endif %} {% if currentUser.isSuperAdmin() %}
  • {% trans "Applications" %}
  • {% endif %} {% if currentUser.featureEnabled("module.view") %}
  • {% trans "Modules" %}
  • {% endif %} {% if currentUser.featureEnabled("transition.view") %}
  • {% trans "Transitions" %}
  • {% endif %} {% if currentUser.featureEnabled("task.view") %}
  • {% trans "Tasks" %}
  • {% endif %} {% if currentUser.featureEnabled("tag.view") %}
  • {% trans "Tags" %}
  • {% endif %} {% if currentUser.isSuperAdmin() %}
  • {% trans "Folders" %}
  • {% endif %} {% if currentUser.featureEnabled("font.view") %}
  • {% trans "Fonts" %}
  • {% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["report.view", "report.scheduling", "report.saving"]) %} {% if countViewable > 0 %}
  • {% trans "Reporting" %}
  • {% if currentUser.featureEnabled("report.view") %}
  • {% trans "All Reports" %}
  • {% endif %} {% if currentUser.featureEnabled("report.scheduling") %}
  • {% trans "Report Schedules" %}
  • {% endif %} {% if currentUser.featureEnabled("report.saving") %}
  • {% trans "Saved Reports" %}
  • {% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["log.view", "sessions.view", "auditlog.view", "fault.view"]) %} {% if countViewable > 0 %}
  • {% trans "Advanced" %}
  • {% if currentUser.featureEnabled("log.view") %}
  • {% trans "Log" %}
  • {% endif %} {% if currentUser.featureEnabled("sessions.view") %}
  • {% trans "Sessions" %}
  • {% endif %} {% if currentUser.featureEnabled("auditlog.view") %}
  • {% trans "Audit Trail" %}
  • {% endif %} {% if currentUser.featureEnabled("fault.view") %}
  • {% trans "Report Fault" %}
  • {% endif %} {% endif %} {% set countViewable = currentUser.featureEnabledCount(["developer.edit"]) %} {% if countViewable > 0 %}
  • {% trans "Developer" %}
  • {% if currentUser.featureEnabled("developer.edit") %}
  • {% trans "Module Templates" %}
  • {% endif %} {% endif %}