# -- # 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("Plain") %] [% Data.Content %] [% RenderBlockEnd("Plain") %] [% RenderBlockStart("Text") %] [% Data.Content | truncate(Data.MaxLength) | html %] [% RenderBlockEnd("Text") %] [% RenderBlockStart("TextTranslate") %] [% Data.Content | Translate | truncate(Data.MaxLength) | html %] [% RenderBlockEnd("TextTranslate") %] [% RenderBlockStart("Link") %] [% Data.Content | truncate(Data.MaxLength) | html %] [% RenderBlockEnd("Link") %] [% RenderBlockStart("DeleteLinkIcon") %] [% Translate("Delete Link") | html %] [% RenderBlockEnd("DeleteLinkIcon") %] [% RenderBlockStart("TimeLong") %] [% Data.Content | Localize("TimeLong") %] [% RenderBlockEnd("TimeLong") %] [% RenderBlockStart("Date") %] [% Data.Content | Localize("Date") %] [% RenderBlockEnd("Date") %] [% RenderBlockStart("Checkbox") %] [% RenderBlockEnd("Checkbox") %] [% RenderBlockStart("InputText") %] [% RenderBlockEnd("InputText") %] [% RenderBlockStart("TableSimpleNone") %] [% Translate("none") | html %] [% RenderBlockEnd("TableSimpleNone") %] [% RenderBlockStart("TableSimple") %] [% RenderBlockStart("TableSimpleType") %]
| [% Translate(Data.Content) | html %] | [% RenderBlockEnd("TableComplexBlockColumn") %]
|---|
| [% Data.Content %] | [% RenderBlockEnd("TableComplexBlockRowColumn") %]