[%
# needed in the main template and this template
# since we process both
PROCESS "include/code_standout.tmpl";
%]
<p>
[% CPANEL.locale.maketext('The system detected the following corrupt [output,abbr,DNS,Domain Name System] zone files on “[_1]” and automatically removed them from the [asis,NSD] configuration file:', NOTICE.hostname); %]
<ul>
[% FOR corrupt_zone IN NOTICE.corrupt_zones %]
<li>[% corrupt_zone FILTER html %]</li>
[% END %]
</ul>
</p>
<p>
[% CPANEL.locale.maketext('Correct the errors in these zones, and then use one of the following methods to restart [asis,NSD]:') %]
<ul>
<li>
[% CPANEL.locale.maketext('Execute the following command as the user “[_1]”:', 'root') %]
[% code_standout(command=NOTICE.restart_nsd_command, in_list=1) %]
</li>
<li>
[% CPANEL.locale.maketext('From the [asis,WHM] interface at [output,url,_1,_1,target,_2].', NOTICE.restart_dns_url,'_blank') %]
</li>
</ul>
</p>