# -- # 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. # -- [% RenderBlockStart("ContentLargeCustomerIDListNavBar") %] [% Data.SiteNavBar %] [% RenderBlockEnd("ContentLargeCustomerIDListNavBar") %] [% RenderBlockStart("ContentLargeCustomerIDAdd") %]
| [% Translate("Customer ID") | html %] | [% Translate("Name") | html %] | [% Translate("Open") | html %] | [% Translate("Closed") | html %] | [% IF Data.EditCustomerIDPermission %][% Translate("Edit") | html %] | [% END %]
|---|---|---|---|---|
| [% Data.CustomerID | html %] | [% Data.CustomerCompanyName | html %] | [% RenderBlockStart("ContentLargeCustomerIDListRowCustomerIDTicketsOpen") %][% Data.Count | html %] | [% RenderBlockEnd("ContentLargeCustomerIDListRowCustomerIDTicketsOpen") %] [% RenderBlockStart("ContentLargeCustomerIDListRowCustomerIDTicketsClosed") %][% Data.Count | html %] | [% RenderBlockEnd("ContentLargeCustomerIDListRowCustomerIDTicketsClosed") %][% IF Data.EditCustomerIDPermission %] [% END %] |
| [% Translate("none") | html %] |