# -- # 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) [% IF Data.StatConfigurationValid %] [% IF !Data.StatParametersValid %]

[% Translate('The configuration for this statistic widget contains errors, please review your settings.') | html %]

[% ELSIF Data.StatResultData %] [% IF Data.Format %]
[% SET AvailableFormats = Data.Stat.Format %]
[% ELSE %]

[% Translate('Please select a valid graph output format in the configuration of this widget.') | html %]

[% END %] [% ELSE %]

[% Translate("The content of this statistic is being prepared for you, please be patient.") | html %]

[% END %] [% ELSE %]

[% Translate('This statistic can currently not be used because its configuration needs to be corrected by the statistics administrator.') | html %]

[% END %]