% for u in sorted(userlist, key=lambda u:u.username): % endfor
Who Twitter Blog link Start Week Skipped Weeks
${u.name} % if u.twitter != False: @${u.username} % endif % if u.links: % for a in u.links: ${a[0]} % endfor % else: Undecided % endif ${u.start_de} % if u.end: Punted
% endif % if u.skip: ${u.skip} % endif