# -- # 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("Account Status") | html %]

[% BreadcrumbPath = [ { Name => Translate('Communication Log'), Link => Env("Action"), }, { Name => Translate('Account Status'), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

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

[% 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 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("Account status for: %s", Data.TimeRange) | html %]

[% RenderBlockStart("NoAccountsFound") %] [% RenderBlockEnd("NoAccountsFound") %] [% RenderBlockStart("AccountRow") %] [% RenderBlockEnd("AccountRow") %]
[% 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("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("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") %]