# -- # 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™'; SET OTRSBusinessLabelPlain = 'OTRS Business Solution™'; %]
[% Translate("Sorry, but currently you can't downgrade due to the following packages which depend on %s:") | html | ReplacePlaceholders(OTRSBusinessLabel) %]
[% Package.Name | html %]
[% FOR Description IN Package.Description %] [% IF Description.Lang == 'en' %][% Description.Content | html %]
[% END %] [% END %][% Translate('Vendor') | html %] [% Package.Vendor | html %], [% Translate('Version') | html %] [% Package.Version | html %]
[% Translate('Please uninstall the packages first using the package manager and try again.') | html %]
[% RenderBlockEnd("DowngradeNotPossible") %] [% RenderBlockStart("DowngradePossible") %][% Translate('You are about to downgrade to ((OTRS)) Community Edition and will lose the following features and all data related to these:') | html %]
[% Translate('or') | html %] [% Translate('Cancel') | html %]
[% RenderBlockEnd("DowngradePossible") %]