[% SET CPANEL.CPVAR.dprefix = "../" %] [% WRAPPER '_assets/master.html.tt' app_key = 'boxtrapper' page_stylesheets = ['mail/boxtrapper.css'] %] [% IF FORM.item('itemsperpage') %] [% SET CPANEL.CPVAR.itemsperpage = FORM.item('itemsperpage') %] [% END %] [% IF (!FORM.item('itemsperpage') || !CPANEL.CPVAR.item('itemsperpage')) %] [% SET CPANEL.CPVAR.itemsperpage = "10" %] [% END %]

[% locale.maketext("BoxTrapper protects your inbox from spam by requiring all email senders not on your Whitelist reply to a verification email before you can receive their mail.") %]

[% locale.maketext("[output,strong,Warning:] Users will need to keep an eye on their BoxTrapper Queues to ensure that mail they wish to receive is not trapped.") %]
[% Api2.pre_exec("BoxTrapper", "accountmanagelist"); api2_result_BoxTrapper_accountmanagelist=Api2.exec("BoxTrapper" , "accountmanagelist" , {"api2_paginate_size" =>CPANEL.CPVAR.item("itemsperpage" ).html, "api2_paginate" =>"1" , "regex" =>(RAW_FORM.item("searchregex" )), "api2_paginate_start" =>(FORM.item("api2_paginate_start" ))}); Api2.post_exec("BoxTrapper", "accountmanagelist"); IF api2_result_BoxTrapper_accountmanagelist.size; FOREACH hashref IN api2_result_BoxTrapper_accountmanagelist; %] [% END; END %]
[% locale.maketext("Account") %] [% locale.maketext("Status") %] [% locale.maketext("Actions") %]
[% hashref.account.html() %] [% hashref.status.html() %]
[% INCLUDE _assets/paginate.html.tt %]
[% END %]