[%
USE Whostmgr;
USE JSON;
SET PAGE_BASE = '/scripts4/multikillacct/';
SET PAGE_NAME = Whostmgr.get_page_name_by_url(PAGE_BASE);
WRAPPER 'master_templates/master.tmpl'
app_key = 'terminate_accounts'
header = locale.makevar(PAGE_NAME),
breadcrumburl = PAGE_BASE,
base = PAGE_BASE,
stylesheets = [
Whostmgr.find_file_url('/templates/killacct/index.min.css')
],
theme='bootstrap',
CJT2_EXCLUSIVE = 1;
%]
[% locale.maketext("This feature allows you to terminate one or more accounts on the server."); %]
[% locale.maketext("Proceed with caution.") %]
[% locale.maketext("If you terminate an account, you cannot undo this action.") %]
[% locale.maketext("Before you remove an account, we strongly recommend that you create a full backup of that account.") %]
[% locale.maketext('Loading …') %]
[% PROCESS 'master_templates/cjt2_header_include.tt' %]
[% END %]