# -- # 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("Show only communication logs created in specific time range.") | 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 %]
| [% IF Data.HeaderName == 'Direction' %] [% ELSE %] [% Translate(Data.HeaderName) | html %] [% END %] | [% RenderBlockEnd("TableHeader") %]||||||
|---|---|---|---|---|---|---|
| [% 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.DisplayAccount | html %] | [% 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 %] |
| [% Translate("No matches found.") | html %] | ||||||