# -- # 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("All fields marked with an asterisk (*) are mandatory.") | html %]

[% RenderBlockStart("TicketType") %]
[% Data.TypeStrg %]

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

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

[% RenderBlockEnd("TicketType") %] [% RenderBlockStart("Queue") %]
[% Data.ToStrg %]

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

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

[% RenderBlockEnd("Queue") %] [% RenderBlockStart("TicketService") %]
[% IF Data.ServiceMandatory %] [% ELSE %] [% END %] [% Data.ServiceStrg %] [% IF Data.ServiceMandatory %]

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

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

[% END %]
[% RenderBlockEnd("TicketService") %] [% RenderBlockStart("TicketSLA") %]
[% IF Data.SLAMandatory %] [% ELSE %] [% END %] [% Data.SLAStrg %] [% IF Data.SLAMandatory %]

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

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

[% END %]
[% RenderBlockEnd("TicketSLA") %]

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

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

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

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

[% INCLUDE "FormElements/AttachmentList.tt" %]
[% RenderBlockStart("ChatArticlePreview") %]
[% INCLUDE "ArticleContent/Chat.tt" %]

[% Translate('The chat will be appended as a separate article.') | html %]

[% RenderBlockEnd("ChatArticlePreview") %] [% RenderBlockStart("Priority") %]
[% Data.PriorityStrg %]
[% RenderBlockEnd("Priority") %] [% 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") %]