# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- ## nofilter(TidyAll::Plugin::OTRS::TT::Format)

[% Translate("Statistics Overview") | html %]

[% Translate("Statistics Management") | html %]

[% USE ActionLink = String( 'AgentStatistics' ) %] [% BreadcrumbPath = [ { Name => Translate('Statistics Management'), Link => ActionLink.append( ';Subaction=Overview' ), }, { Name => Translate('View Statistics'), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath Type = "Agent" %]

[% Translate("Actions") | html %]

[% Translate("Statistics Information") | html %]

[% Data.Created | Localize("TimeLong") %]

[% Data.CreatedBy | html %]

[% Data.Changed | Localize("TimeLong") %]

[% Data.ChangedBy | html %]

[% Translate(Data.SumRowValue) | html %]

[% Translate(Data.SumColValue) | html %]

[% Translate(Data.ShowAsDashboardWidgetValue) | html %]

[% Translate(Data.CacheValue) | html %]

[% Translate(Data.ValidValue) | html %]

[% Translate("Settings") | html %]

[% FOR Error IN Data.Errors %]

[% Error | html %]

[% END %] [% IF Data.StatsParamsWidget %] [% Data.StatsParamsWidget %]
[% Translate('or') | html %] [% Translate('Cancel') | html %]
[% ELSE %]

[% Translate('This statistic contains configuration errors and can currently not be used.') | html %]

[% END %]