# -- # 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. # -- [% SET OTRSBusinessLabel = 'OTRS Business Solution™' %]
[% Translate("System registration is a service of OTRS Group, which provides a lot of advantages!") | html %]
[% Translate('Please note that the use of OTRS cloud services requires the system to be registered.') | html %]
[% Translate('Register this system') | html %]
[% END %][% Translate("Here you can configure available cloud services that communicate securely with %s.", "cloud.otrs.com") | html %]
| [% Translate("Name") | html %] | [% Translate("Description") | html %] | |
|---|---|---|
| [% IF Data.CloudService.IsOTRSBusiness && !Data.OTRSBusinessIsInstalled %] [% Data.CloudService.Name | html %] [% ELSE %] [% Data.CloudService.Name | html %] [% END %] | [% Translate(Data.CloudService.Description) | html %] [% IF Data.CloudService.IsOTRSBusiness && !Data.OTRSBusinessIsInstalled %] [% Translate("Upgrade to %s") | html | ReplacePlaceholders(OTRSBusinessLabel) %] [% END %] |