# -- # ResponsibilityMatrix.tt - provides HTML for ResponsibilityMatrix # # Copyright (C) 2014 SeTIC - UFSC - http://setic.ufsc.br/ # Rodrigo Goncalves - rodrigo.g@ufsc.br # # Version 2015-01-15 - Adjustments for OTRS 4 # Version 2018-01-25 - Refactoring for OTRS 6 # # # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (AGPL). If you # did not receive this file, see http://www.gnu.org/licenses/agpl.txt. # -- #

[% Translate("Agents per queue") | html %]

[% BreadcrumbPath = [ { Name => Translate('Agents per queue matrix'), Link => Env("Action"), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("QueuesPerAgent") %] [% RenderBlockEnd("QueuesPerAgent") %]
[% Translate("ID") | html %] [% Translate("Agent") | html %] [% Translate("Paths") | html %] [% Translate("Queues") | html %]
[% Data.ID %][% Data.Agent %]
[% Data.Paths %]
[% Data.Queues %]