[%#
Variables passed in:
action - string that denotes which template to load
mydnschkbin - flag to determine if mydnscheck was run
force - if --force was used when script was run
imported_count - count of how many zones have been imported
For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates
-%]
[%
PROCESS "include/colors.tmpl";
PROCESS "include/styles.tmpl";
PROCESS "include/code_block.tmpl";
WRAPPER 'wrapper/main.html.tmpl';
DEFAULT NOTICE.email_reason = CPANEL.locale.maketext('[asis,MyDNS] zone import successful.');
%]
[% SET include_file = "ImportMyDNSdb/includes/Success." _ NOTICE.action _ ".html.tmpl" %]
[% PROCESS $include_file %]
[% END %]