# -- # 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 those 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 %]
| [% Translate("Status") | html %] | [% Translate("Account") | html %] | [% Translate("Average processing time") | html %] | [% Translate("Edit") | html %] |
|---|---|---|---|
| [% Translate("No accounts found.") | html %] | |||
| [% IF Data.AccountStatus == 'Success' %] [% ELSIF Data.AccountStatus == 'Warning' %] [% ELSE %] [% END %] | [% Data.AccountLabel | html %] | [% Data.AverageString | html %] | [% IF Data.AccountLink %] [% END %] |
| [% Translate("No matches found.") | html %] | |||
| [% Translate("Status") | html %] | [% Translate("Transport") | html %] | [% Translate("Direction") | html %] | [% Translate("Start Time") | html %] | [% Translate("End Time") | 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") %] | [% Data.EndTime | Localize("TimeLong") %] |
| [% Translate("No matches found.") | html %] | ||||