# -- # 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") | html %] - [% Translate(Data.Action) | html %]

[% BreadcrumbPath = [ { Name => Translate('Communication Log'), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("TimeRange") %]

[% Translate("Time Range") | html %]

[% Data.TimeRange %]

[% Translate("Show only communication logs created in specific time range.") | html %]

[% RenderBlockEnd("TimeRange") %]

[% Translate("Hint") | html %]

[% Translate("In this screen you can see an overview about incoming and outgoing communications.") | html %]

[% Translate("You can change the sort and order of the columns by clicking on the column header.") | html %] [% Translate("If you click on the different entries, you will get redirected to a detailed screen about the message.") | html %]

[% RenderBlockStart("StatusOverview") %]

[% RenderBlockEnd("StatusOverview") %]

[% Translate("List of communications (%s)", Data.CommunicationCount) | html %]

[% RenderBlockStart("ContextSettings") %] [% RenderBlockEnd("ContextSettings") %]
[% RenderBlockStart("CommunicationNavBarFilter") %] [% RenderBlockEnd("CommunicationNavBarFilter") %]
[% RenderBlockStart("OverviewNavBarPageNavBar") %] [% Data.ResultLong %] [% Data.SiteNavBarLong %] [% RenderBlockEnd("OverviewNavBarPageNavBar") %]
[% RenderBlockStart("TableHeader") %] [% RenderBlockEnd("TableHeader") %] [% RenderBlockStart("NoCommunicationsFound") %] [% RenderBlockEnd("NoCommunicationsFound") %] [% RenderBlockStart("CommunicationRow") %] [% RenderBlockEnd("CommunicationRow") %]
[% IF Data.HeaderName == 'Direction' %] [% ELSE %] [% Translate(Data.HeaderName) | html %] [% END %]
[% Translate("No communications 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 %]