# -- # 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("Manage %s") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% BreadcrumbPath = [ { Name => Translate("Manage %s", OTRSBusinessLabelPlain), Link => Env("Action"), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

[% Translate("Downgrade to ((OTRS)) Community Edition") | html %]

[% RenderBlockStart("DowngradeNotPossible") %]

[% Translate("Sorry, but currently you can't downgrade due to the following packages which depend on %s:") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

    [% FOR Package IN Data.Packages %]
  • [% 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 %]

  • [% END %]

[% 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('Chat') | html %]
  • [% Translate('Report Generator') | html %]
  • [% Translate('Timeline view in ticket zoom') | html %]
  • [% Translate('DynamicField ContactWithData') | html %]
  • [% Translate('DynamicField Database') | html %]
  • [% Translate('SLA Selection Dialog') | html %]
  • [% Translate('Ticket Attachment View') | html %]
  • [% Translate('The %s skin') | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% Translate('or') | html %] [% Translate('Cancel') | html %]

[% RenderBlockEnd("DowngradePossible") %]