## switchmember.html
<%page args="vectorobj, memberobj, loggedin"/>
% if vectorobj.perm == "ro" or not loggedin:
## Show the read only switch status
## label
## status
% if memberobj.membervalue == "On":
% else:
% endif
% else:
## Show rw and wo switch status, followed by switches
## label
## status
% if memberobj.membervalue == "On":
% else:
% endif
## switches
% endif