# -- # 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("EditContentDialog") %]

[% Data.Name | html %]

[% Translate(Data.Type) | html %]

[% Data.Comment | truncate(40) | html %]

[% RenderBlockStart("ChangeTemplate") %]

[% Translate("This will create a new change from this template, so you can edit and save it.") | html %]
[% Translate("The new change will be deleted automatically after it has been saved as template.") | html %]

[% RenderBlockEnd("ChangeTemplate") %] [% RenderBlockStart("WorkOrderTemplate") %]

[% Translate("This will create a new workorder from this template, so you can edit and save it.") | html %]
[% Translate("A temporary change will be created which contains the workorder.") | html %]
[% Translate("The temporary change and new workorder will be deleted automatically after the workorder has been saved as template.") | html %]

[% RenderBlockEnd("WorkOrderTemplate") %]

[% Translate("Do you want to proceed?") | html %]

[% RenderBlockEnd("EditContentDialog") %]