${t['title']}
NĂºmero
Nome
Nota (0-20)
% for r in results:
${r[0]}
${r[1]}
% if r[2] < 10:
% elif r[2] < 15:
% else:
% endif ${'{:.1f}'.format(r[2])}
% endfor