[%# Variables passed in: username - The username that we tried to create (successfully or not) domain - The domain that we tried to create (successfully or not) status - True/false value indicating the success or failure of the creation. reason - In the case of a failure, the error message is available in this field. 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'; %]
[% IF !NOTICE.status; %]
[% CPANEL.locale.maketext('The system failed to set up your requested website at “[_1]”.', NOTICE.username) %]
[% CPANEL.locale.maketext('Error:') %]
            [% NOTICE.reason %]
        
[% ELSE %]
[% CPANEL.locale.maketext('The system successfully created your new [asis,cPanel] account and website.') %]
[% CPANEL.locale.maketext('Account information:') %]
[% CPANEL.locale.maketext('To log in to your new [asis,cPanel] account, use the following login [output,acronym,URL,Uniform Resource Locator]:') %]
[% END %]
[% END %]