The Screenless Office
Directory of Services
%for prefix, buro in menu.items():
${buro["name"]}
Prefix: ${prefix}
${buro["desc"]}
%for cmdtxt, cmd in buro["commands"].items(): % if cmdtxt != "test":
${cmd["name"]}
command:
${cmdtxt}
${cmd["desc"]}
${cmd["barcode"]}
% endif %endfor
%endfor