[% USE JSON; USE HTTP; SET domain = RAW_FORM.domain; SET translated_access_type = { public => locale.maketext('public'), private => locale.maketext('private'), }; PROCESS '_ajaxapp.tmpl'; -%]

[% locale.maketext('Current Lists') %]

{{column.name}} {{column.name}}
  [% locale.maketext('Delete') %] [% locale.maketext('Change Password') %] [% locale.maketext('Manage') %] [% locale.maketext('Delegation') %]

No results found ...
[% SET application_dir = ExpVar.expand('$basedir') _ "/lists/"; SET file = ExpVar.expand('$basefilename'); SET requirejs_url_base = '/frontend/' _ CPANEL.CPDATA.RS; SET listlists = execute('Email', 'list_lists', { domain => domain, regex => RAW_FORM.searchregex, 'api.paginate_start' => 1, 'api.paginate_size' => CPANEL.CPVAR.itemsperpage, } ); %] [% IF page_notice_args -%] [% SET PAGE = { notice => page_notice_args } -%] [% ELSE -%] [% SET PAGE = { lists => listlists.data, 'translated_access_type' => translated_access_type, } -%] [% END -%] [% PROCESS '_assets/cjt2_header_include.tt' %]