# --
# 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.
# --
[% RenderBlockStart("Attribute") %]
[% Translate(Data.Name) | html %]
[% Translate("Delete") | html %]
[% RenderBlockStart("MultiSelectField") %]
[% Data.SelectField %]
[% RenderBlockEnd("MultiSelectField") %]
[% RenderBlockStart("SelectField") %]
[% Data.SelectField %]
[% Translate("Please select only one element or turn off the button 'Fixed'.") | html %]
[% RenderBlockEnd("SelectField") %]
[% RenderBlockStart("InputField") %]
[% RenderBlockEnd("InputField") %]
[% RenderBlockStart("Time") %]
[% Translate("Absolute period") | html %]:
[% Translate("Between %s and %s") | html | ReplacePlaceholders(Data.TimeStart, Data.TimeStop) %]
[% Translate("Relative period") | html %]:
[% Translate("The past complete %s and the current+upcoming complete %s %s") | html | ReplacePlaceholders(Data.TimeRelativeCount, Data.TimeRelativeUpcomingCount, Data.TimeRelativeUnit) %]
[% RenderBlockEnd("Time") %]
[% Translate("Do not allow changes to this element when the statistic is generated.") | html %]
[% RenderBlockEnd("Attribute") %]