# -- # 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("Communication Log Details (%s)", Data.ObjectLogCount) | html %]

[% RenderBlockStart("NoObjectLogsFound") %] [% RenderBlockEnd("NoObjectLogsFound") %] [% RenderBlockStart("ObjectLogEntry") %] [% RenderBlockEnd("ObjectLogEntry") %]
[% Translate("#") | html %] [% Translate("Priority") | html %] [% Translate("Module") | html %] [% Translate("Information") | html %] [% Translate("Created") | html %]
[% Translate("No log entries found.") | html %]
[% IF Data.LogPriority == 'Trace' %] [% ELSIF Data.LogPriority == 'Debug' %] [% ELSIF Data.LogPriority == 'Info' %] [% ELSIF Data.LogPriority == 'Notice' %] [% ELSIF Data.LogPriority == 'Warn' %] [% ELSIF Data.LogPriority == 'Error' %] [% END %] [% Data.LogKey | html %] [% Data.LogValue | html %] [% Data.LogCreateTime | Localize("TimeLong") %]