[% WRAPPER 'master_templates/master.tmpl' theme="yui" breadcrumburl = '/scripts2/suspendacctlist' -%] [% IF data.trying_to_self -%] You cannot suspend your own account. [% ELSIF ! data.has_access -%] You do not have access to that account. [% ELSIF data.locked_non_root -%] That account has been locked by the root user. You cannot reactivate it. [% ELSIF ! data.suspend && ! data.unsuspend -%] You must click the suspend or unsuspend button. Please go back and try again. [% ELSE -%]
[% data.output %][% END -%] [% END -%]