[% USE Whostmgr -%] [% USE CPDate %] [% WRAPPER 'master_templates/master.tmpl' theme="yui" app_key='view_reseller_usage_and_manage_account_status' scripts = [ '/js/sorttable.js', '/yui-gen/utilities_container/utilities_container.js' ] -%] [% PROCESS '_pkg_hover.tmpl' -%]

Reseller Stats for [% data.reseller %]

Reseller Domain:[% data.reseller_domain %]
Reseller Username:[% data.reseller %]
Number of Accounts:[% data.total_current_accounts %]
Suspend Reseller's Main Account

UnSuspend Reseller's Main Account



Terminate Reseller's Main Account
To complete this action you must type the following phrase in the box below
"I understand this will irrevocably remove all the accounts owned by the reseller [% data.reseller %]"




Last Month Bandwidth Usage ([% CPDate.get_text_month( data.prev_month ) %] [% data.prev_year %]) [% CPDate.get_text_month( data.month ) %] [% data.year %] Next Month Bandwidth Usage ([% CPDate.get_text_month( data.next_month ) %] [% data.next_year %])
[% FOR account IN data.accounts -%] [% SET account.diskused = 0 IF ( 1 > account.diskused.length ) -%] [% SET account.diskquota = 0 IF ( 1 > account.diskquota.length ) -%] [% SET account.bandwidthused = 0 IF ( 1 > account.bandwidthused.length ) -%] [% SET account.bandwidthlimit = 0 IF ( 1 > account.bandwidthlimit.length ) -%] [% NEXT IF account.deleted %] [% END -%]
User Domain Plan Suspended Disk Space Used in Meg Disk Space Limit Bandwidth In Meg Monthly Bandwidth Limit in Meg
[% account.user %] [% account.domain %] [% account.package %] [% IF account.suspended %]x[% END %] [% account.diskused %] [% account.diskquota %] [% account.bandwidthused %] [% account.bandwidthlimit %]
User Domain Plan Suspended Disk Space Used in Meg Disk Space Limit Bandwidth In Meg Monthly Bandwidth Limit in Meg
Total [% data.total_disk_used %] [% data.total_disk_limit %] [% data.total_bandwidth_used %] [% data.total_bandwidth_limit %]
[% END #wrapper %]