[% USE Whostmgr; WRAPPER master_templates/master.tmpl theme = "bootstrap" include_legacy_stylesheets = 0 breadcrumburl = '/scripts7/review_upcp_blockers' header = locale.maketext('[asis,cPanel] [output,amp] [asis,WHM] Upgrade Blockers') ; %]

[% locale.maketext( 'Blockers are conditions that do not allow [asis,cPanel] [output,amp] [asis,WHM] to upgrade to a particular version. For more information, read our [output,url,_1,documentation,_2].', 'https://go.cpanel.net/whmdocsUpgradeBlockers', { 'id' => 'upgrade_blockers', 'target' => '_blank' } ); %]

[% IF data.blockers.size(); %] [% FOREACH blocker IN data.blockers; %] [% SET blocker_id = 'blocker-' _ loop.index %] [%- # Not escaping the message as we put links in the blocker messages -%] [% END %] [% ELSE %] [% END %]
[% locale.maketext('Severity') %] [% locale.maketext('Blocker Message') %]
[% blocker.severity.upper().html() %][% blocker.message %]
[% locale.maketext('No upgrade blockers present.') %]
[% END %]