[% 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' } ); %]
| [% locale.maketext('Severity') %] | [% locale.maketext('Blocker Message') %] |
|---|---|
| [% blocker.severity.upper().html() %] | [%- # Not escaping the message as we put links in the blocker messages -%][% blocker.message %] |
| [% locale.maketext('No upgrade blockers present.') %] | |