${len(tags['online'])} online
${len(tags['finished'])} finished
Tags
NĂºmero
Nome
Password
% for r in students:
% if r[0] in tags['online']:
online
% endif % if r[0] in tags['finished']:
finished
% endif
${r[0]}
${r[1]}
reset
% endfor