[% USE CPDate; WRAPPER 'master_templates/master.tmpl' theme="yui" app_key = 'list_suspended_accounts' header = locale.maketext('Suspended Accounts') scripts = ['/js/sorttable.js'] extrastyle = ' td { padding-left: 8px ! important; padding-right: 8px ! important; } #retain-proxying-info { cursor:help; } ' ; PROCESS 'selscript.tmpl' xml='data.xml'; -%] [% PROCESS '_ajaxapp_header.tmpl' -%]
| Domain | User | Owner | Date Suspended | Reason | Locked | ||
|---|---|---|---|---|---|---|---|
| [% suspend.domain FILTER html %] | [% suspend.user FILTER html %] | [% suspend.owner FILTER html %] | [% IF suspend.when -%] [% CPDate.localtime(suspend.when) -%] [% ELSE -%] unknown [% END -%] | [% suspend.why FILTER html %] | [% IF suspend.is_locked %]Yes[% ELSE %]No[% END %] | [% IF suspend.bandwidth_exceeded -%] [% ELSE -%] [% END -%] |