# -- # 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("Overview") %]
[% Translate("Wildcards like '*' are allowed.") | html %]
[% Translate("Please enter a search term to look for customers.") | html %]
| [% Translate("Customer ID") | html %] | [% Translate("Name") | html %] | [% Translate("Comment") | html %] | [% RenderBlockStart("LocalDB") %][% Translate("Validity") | html %] | [% Translate("Changed") | html %] | [% Translate("Created") | html %] | [% RenderBlockEnd("LocalDB") %]
|---|---|---|---|---|---|
| [% Translate("No data found.") | html %] | |||||
| [% Data.CustomerID | truncate(20) | html %] | [% Data.CustomerCompanyName | html %] | [% Data.CustomerCompanyComment | truncate(26) | html %] | [% RenderBlockStart("LocalDBRow") %][% Translate(Data.Valid) | html %] | [% Data.ChangeTime | Localize("TimeShort") %] | [% Data.CreateTime | Localize("TimeShort") %] | [% RenderBlockEnd("LocalDBRow") %]
[% Translate("Please note") | html %]: [% Translate("This customer backend is read only!") | html %]