# -- # 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("#%s", Data.ArticleNumber) | html %] – [% Data.ArticleFields.Subject.Value | truncate(100) | html %] – [% Data.ArticleFields.Sender.Value | html %] [% Data.ArticleFields.Sender.Realname | html %][% Data.CreateTime | Localize("TimeShort") %] [% Translate("via %s", Translate(Data.CommunicationChannel)) | html %] [% IF Data.CreateByUser %] [% Translate("by %s", Data.CreateByUser) | html %] [% END %]

[% PROCESS ArticleActionMenu.tt %]
[% IF Config("Frontend::AvatarEngine") == 'Gravatar' && Data.SenderImage %]
[% ELSE %]
[% Data.SenderInitials | html %]
[% END %]
[% Data.Body %]
[% IF Data.ArticleModuleMeta && Data.ArticleModuleMeta.size() %] [% END %]