# -- # Copyright (C) 2001-2017 OTRS AG, http://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (AGPL). If you # did not receive this file, see http://www.gnu.org/licenses/agpl.txt. # --
[% RenderBlockStart("Back") %]
[% RenderBlockEnd("Back") %]

[% RenderBlockStart("PriorityFlag") %]
[% Translate(Data.Priority) | html %]
[% RenderBlockEnd("PriorityFlag") %] [% Data.Title | html %]

    [% Data.Articles %]
[% IF Data.NoArticles %]
  • [% Translate("This item has no articles yet.") | html %]
[% END %]
  • [% Translate("Information") | html %]

  • [% Data.Hook | html %]: [% Data.TicketNumber | html %]
  • [% RenderBlockStart("Type") %]
  • [% Translate("Type") | html %]: [% Data.Type | html %]
  • [% RenderBlockEnd("Type") %] [% RenderBlockStart("Service") %]
  • [% Translate("Service") | html %]: [% Translate(Data.Service) | html %]
  • [% RenderBlockEnd("Service") %] [% RenderBlockStart("SLA") %]
  • [% Translate("SLA") | html %]: [% Translate(Data.SLA) | html %]
  • [% RenderBlockEnd("SLA") %] [% RenderBlockStart("State") %]
  • [% Translate("State") | html %]: [% Translate(Data.State) | html %]
  • [% RenderBlockEnd("State") %] [% RenderBlockStart("Priority") %]
  • [% Translate("Priority") | html %]: [% Translate(Data.Priority) | html %]
  • [% RenderBlockEnd("Priority") %] [% RenderBlockStart("Queue") %]
  • [% Translate("Queue") | html %]: [% Data.Queue | html | replace('::', '::') %]
  • [% RenderBlockEnd("Queue") %] [% RenderBlockStart("TicketTimeUnits") %]
  • [% Translate("Accounted time") | html %]: [% Data.TicketTimeUnits %]
  • [% RenderBlockEnd("TicketTimeUnits") %] [% RenderBlockStart("Owner") %]
  • [% Translate("Owner") | html %]: [% Data.OwnerName | html %]
  • [% RenderBlockEnd("Owner") %] [% RenderBlockStart("Responsible") %]
  • [% Translate("Responsible") | html %]: [% Data.ResponsibleName | html %]
  • [% RenderBlockEnd("Responsible") %] [% RenderBlockStart("ProcessData") %]
  • [% Translate("Process") | html %]: [% Data.Process | html %]
  • [% Translate("Activity") | html %]: [% Data.Activity | html %]
  • [% RenderBlockEnd("ProcessData") %] # show ticket dynamic fields [% RenderBlockStart("TicketDynamicField") %]
  • [% Translate(Data.Label) | html %]: [% RenderBlockStart("TicketDynamicFieldLink") %] [% Data.Value %] [% RenderBlockEnd("TicketDynamicFieldLink") %] [% RenderBlockStart("TicketDynamicFieldPlain") %] [% Data.Value %] [% RenderBlockEnd("TicketDynamicFieldPlain") %]
  • [% RenderBlockEnd("TicketDynamicField") %] # 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("TicketDynamicField_Field1") %] #
  • # [% Translate(Data.Label) | html %]: # [% Data.Value %] #
  • #[% RenderBlockEnd("TicketDynamicField_Field1") %] #[% RenderBlockStart("TicketDynamicField_Field2") %] #
  • # [% Translate(Data.Label) | html %]: # [% Data.Value %] #
  • #[% RenderBlockEnd("TicketDynamicField_Field2") %]
[% RenderBlockStart("NextActivities") %]
  • [% Translate("Next Steps") | html %]

  • [% RenderBlockStart("ActivityDialog") %]
  • [% Data.Name | html %]
  • [% RenderBlockEnd("ActivityDialog") %] [% RenderBlockStart("NoActivityDialog") %]
  • [% Translate("There are no dialogs available at this point in the process.") | html %]
  • [% RenderBlockEnd("NoActivityDialog") %]
[% RenderBlockEnd("NextActivities") %]
[% RenderBlockStart("FollowUp") %]

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

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

[% INCLUDE "FormElements/AttachmentList.tt" %]
[% RenderBlockStart("FollowUpState") %]
[% Data.NextStatesStrg %]
[% RenderBlockEnd("FollowUpState") %] [% RenderBlockStart("FollowUpPriority") %]
[% Data.PriorityStrg %]
[% RenderBlockEnd("FollowUpPriority") %] [% RenderBlockStart("FollowUpDynamicField") %]
[% Data.Label %]
[% Data.Field %]
[% RenderBlockEnd("FollowUpDynamicField") %] # 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("FollowUpDynamicField_Field1") %] #
# [% Data.Label %] #
# [% Data.Field %] #
#
#
#[% RenderBlockEnd("FollowUpDynamicField_Field1") %] #[% RenderBlockStart("FollowUpDynamicField_Field2") %] #
# [% Data.Label %] #
# [% Data.Field %] #
#
#
#[% RenderBlockEnd("FollowUpDynamicField_Field2") %]
[% Translate("or") | html %] [% Translate("Cancel") | html %]
[% Translate("Reply") | html %]
[% RenderBlockEnd("FollowUp") %]