## state.html <%page args="vectorobj, timestamp, state"/>

${vectorobj.label|h}

% if state == "Ok":
% elif state == "Busy":
% elif state == "Alert":
% else:
% endif % if timestamp:

State ${timestamp|h} : ${state|h}

% else:

State : ${state|h}

% endif