[%# Variables passed in: messages - the system component from which the request originate starting_version - the cPanel version currently installed target_version - the cPanel version the system is updating to sent_to_root - A default boolean flag sent to all templates that indicates if the message was sent to 'root' For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates -%] [% PROCESS "include/colors.tmpl"; PROCESS "include/icons.tmpl"; PROCESS "include/styles.tmpl"; # fatal, info WRAPPER 'wrapper/main.html.tmpl'; NOTICE.email_reason = CPANEL.locale.maketext('[asis,cPanel] [output,amp] [asis,WHM] version change from “[_1]” to “[_2]” is blocked', NOTICE.starting_version, NOTICE.target_version); %]
| [% CPANEL.locale.maketext('Severity'); %] | [% CPANEL.locale.maketext('Message'); %] |
|---|---|
| [% get_icon(icon=message.severity) %] | [% message.message %] |
[% CPANEL.locale.maketext('See [output,url,_1,_1,_2] for more information.', "https://go.cpanel.net/blockers", { "target" => "_blank" }) %]
[% END %]