# -- # 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 %] – [% Data.CommunicationLog.StartTime = Data.CommunicationLog.StartTime | Localize("TimeLong") %] [% Translate("Detail view for %s communication started at %s", Data.CommunicationLog.Direction.lower, Data.CommunicationLog.StartTime) | html %]

[% BreadcrumbPath = [ { Name => Translate('Communication Log'), Link => Env("Action"), }, { Name => Translate("Detail view for %s communication started at %s", Data.CommunicationLog.Direction.lower, Data.CommunicationLog.StartTime), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

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

[% Translate("Show only entries with specific priority and higher:") | html %]

[% Data.PriorityFilter %]

[% 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("Communication Log Overview (%s)", Data.ObjectCount) | html %]

[% RenderBlockStart("NoCommunicationObjectsFound") %] [% RenderBlockEnd("NoCommunicationObjectsFound") %] [% RenderBlockStart("CommunicationObjectRow") %] [% RenderBlockEnd("CommunicationObjectRow") %]
[% Translate("Status") | html %] [% Translate("Type") | html %] [% Translate("Account") | html %] [% Translate("Start Time") | html %] [% Translate("End Time") | html %] [% Translate("Duration") | html %]
[% Translate("No communication objects found.") | html %]
[% IF Data.ObjectLogStatus == 'Successful' %] [% ELSIF Data.ObjectLogStatus == 'Failed' %] [% ELSIF Data.ObjectLogStatus == 'Processing' %] [% END %] [% Data.ObjectLogType | html %] [% IF Data.Direction == 'Incoming' %] [% ELSE %] [% END %] [% IF Data.AccountLabel %] [% Data.AccountLabel | html %] [% ELSIF Data.AccountType %] [% Data.AccountType %] [% ELSE %] - [% END %] [% Data.ObjectLogStartTime | Localize("TimeLong") %] [% IF Data.ObjectLogEndTime %] [% Data.ObjectLogEndTime | Localize("TimeLong") %] [% ELSE %] - [% END %] [% IF Data.ObjectLogDuration.defined %] [% Translate("%s s", Data.ObjectLogDuration) | html %] [% ELSE %] - [% END %]

[% Translate("Communication Log Details") | html %]

[% Translate("Please select an entry from the list.") | html %]