[% USE Whostmgr; USE JSON; SET stylesheets = [ Whostmgr.find_file_url('/templates/support/authorizesupport_popup/index.min.css') ]; SET scripts = [ Whostmgr.find_file_url('/libraries/jquery/current/jquery.min.js'), Whostmgr.find_file_url('/templates/support/authorizesupport_popup/index.min.js'), ]; WRAPPER 'master_templates/master.tmpl' skipbreadcrumb = 1, skipsupport = 1, skipheader = 1, hide_header = 1, hide_navigation = 1, hide_license_warnings = 1, scripts = scripts, stylesheets = stylesheets, CJT2_EXCLUSIVE = 1, theme = 'bootstrap'; %]

[% locale.maketext('Support Access Request') %]


[% locale.maketext('[asis,cPanel] Support is requesting temporary access to your server to better assist you with ticket number “[_1]”.', data.ticket_id) %]

[% locale.maketext('You can revoke this access at any time with [asis,WHM]’s [asis,Grant cPanel Support Access] interface.') %]

[% END # WRAPPER %]