Viewing File: /usr/local/cpanel/etc/icontact_templates/Monitoring/SignupComplete.html.tmpl

[%#

Variables passed in:

user              - the nixstats user

important_errors  - list of errors that occured during the failure of the backup (optional)

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";
    PROCESS "include/run_time_info.tmpl";
    WRAPPER 'wrapper/main.html.tmpl';
%]

    [% IF NOTICE.important_errors.size %]
        <p>
            [%-
                PROCESS "include/zebra_table.tmpl";
                SET lead_in_phrase = CPANEL.locale.maketext('When setting up Site Monitoring for this server, we encountered the following [numerate,_1,error,errors]:', NOTICE.important_errors.size);
                zebra_table(items=NOTICE.important_errors, titles=[lead_in_phrase]);
            -%]
        </p>
    [% ELSE %]
        <p>
        [% CPANEL.locale.maketext('We finished setting up your server to support Site Monitoring.') %]
        </p>
        <p>
        [% CPANEL.locale.maketext('To enable Site Monitoring for specific domains you must use the Domain Monitoring tool in the cPanel Interface.'); %]
        </p>
    [% END %]

    [% run_time_info() %]

[% END %]
Back to Directory File Manager