[% SET CPANEL.CPVAR.dprefix="../"; SET scripts = [ "js2/contact/index.js", ]; IF CPANEL.appname == "webmail"; scripts.push( 'libraries/angularjs/1.4.4/angular.js' ); END; %] [% WRAPPER '_assets/master.html.tt' app_key = 'contact_information' page_stylesheets = [ 'css2-min/contact/index.css' ] page_scripts = scripts %] [% INCLUDE _assets/_ajaxapp_header.html.tt %]

[% locale.maketext('Use this interface to set your account’s contact information and preferences.') %] [% locale.maketext("Want to learn more? Read our [output,url,_1,documentation,class,externalLink,target,_2,id,_3].", "//go.cpanel.net/cpaneldocsContactInformation", "_blank", "lnkContactInfoDocumentation") %]

[% IF (CPANEL.feature('updatenotificationprefs') || CPANEL.feature("updatecontact")) && !ExpVar.expand('$isarchiveuser') %] [% IF CPANEL.appname != "webmail" || CPANEL.authuser == CPANEL.user %] [% Api1.exec("include", ["contact_validator.html.tt"]) %] [% END %]
[% Api1.exec("include", ["indexincludeform.html.tt"]) %]
[% ELSE %]
[% Api1.exec("include", ["../refresh.html.tt"]) %]
[% END %] [% END #wrapper -%] [% INCLUDE _assets/_ajaxapp_footer.html.tt %]