${len(tags['finished'])} Terminado(s)
% for r in grades: % if r[0] in tags['finished']: % endif % endfor
Número Nome Login Logout Nota
${r[0]} ${r[1]} ${r[3][:19]} ${r[4][:19]} ${r[2]}
${len(tags['online'])} Activo(s)
% for r in students: % if r[0] in tags['online']: % endif % endfor
Número Nome
${r[0]} ${r[1]}
${len(students)-len(tags['online'])} Inactivo(s)
% for r in students: % if r[0] not in tags['online']: % endif % endfor
Número Nome Password
${r[0]} ${r[1]}