# -- # 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.CommunicationLogCount) | html %]

[% RenderBlockStart("OverviewNavBarPageNavBar") %] [% Data.ResultLong %] [% Data.SiteNavBarLong %] [% RenderBlockEnd("OverviewNavBarPageNavBar") %] [% RenderBlockStart("NoCommunicationLogsFound") %] [% RenderBlockEnd("NoCommunicationLogsFound") %] [% RenderBlockStart("CommunicationLogRow") %] [% RenderBlockEnd("CommunicationLogRow") %]
[% Translate("Status") | html %] [% Translate("Transport") | html %] [% Translate("Start Time") | html %] [% Translate("End Time") | html %] [% Translate("Duration") | html %]
[% Translate("No communication log entries found.") | html %]
[% IF Data.Status == 'Successful' %] [% ELSIF Data.Status == 'Failed' %] [% ELSIF Data.Status == 'Warning' %] [% ELSIF Data.Status == 'Processing' %] [% END %] [% Data.Transport | html %] [% IF Data.Direction == 'Incoming' %] [% ELSE %] [% END %] [% Data.StartTime | Localize("TimeLong") %] [% IF Data.EndTime %] [% Data.EndTime | Localize("TimeLong") %] [% ELSE %] - [% END %] [% IF Data.Duration.defined %] [% Translate("%s s", Data.Duration) | html %] [% ELSE %] - [% END %]