# -- # 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. # --

[% Translate("Phone Call for %s%s%s", Config('Ticket::Hook'), Config('Ticket::HookDivider'), Data.TicketNumber) | html %] — [% Data.Title | html %]

[% Translate("All fields marked with an asterisk (*) are mandatory.") | html %]

[% RenderBlockStart("TicketBack") %]

[% Translate("Cancel & close") | html %]

[% RenderBlockEnd("TicketBack") %] [% RenderBlockStart("PropertiesLock") %]

[% Translate("The ticket has been locked") | html %]. [% Translate("Undo & close") | html %]

[% RenderBlockEnd("PropertiesLock") %]
[% INCLUDE "FormElements/DraftNotifications.tt" %]
[% RenderBlockStart("CustomerTable") %]

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

[% Data.CustomerTable %]
[% RenderBlockEnd("CustomerTable") %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% RenderBlockStart("TicketOptions") %]
[% RenderBlockEnd("TicketOptions") %] [% RenderBlockStart("StandardTemplate") %]
[% Data.StandardTemplateStrg %]

[% Translate("Setting a template will overwrite any text or attachment.") | html %]

[% RenderBlockEnd("StandardTemplate") %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% INCLUDE "FormElements/AttachmentList.tt" %]
[% Data.NextStatesStrg %]
[% Data.PendingDateString %]

[% Translate("Date invalid!") | html %]

[% Translate("Date invalid!") | html %]

[% Translate("For all pending* states.") | html %]

[% RenderBlockStart("DynamicField") %]
[% Data.Label %]
[% Data.Field %]
[% RenderBlockEnd("DynamicField") %] # example of how to use fixed dynamic field blocks for customizations # Note: Field1 and Field2 are the names of the fields and had to be replaced with the actual # field names #[% RenderBlockStart("DynamicField_Field1") %] #
# [% Data.Label %] #
# [% Data.Field %] #
#
#
#[% RenderBlockEnd("DynamicField_Field1") %] #[% RenderBlockStart("DynamicField_Field2") %] #
# [% Data.Label %] #
# [% Data.Field %] #
#
#
#[% RenderBlockEnd("DynamicField_Field2") %] [% RenderBlockStart("TimeUnitsLabel") %] [% RenderBlockEnd("TimeUnitsLabel") %] [% RenderBlockStart("TimeUnitsLabelMandatory") %] [% RenderBlockEnd("TimeUnitsLabelMandatory") %] [% RenderBlockStart("TimeUnits") %]

[% Translate("Invalid time!") | html %]

[% Translate("This field is required.") | html %]

[% RenderBlockEnd("TimeUnits") %]

#Layers