<%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%namespace name="profile_graphs" file="profile_graphs.js"/> <%block name="js_extra"> % for s in students: %endfor <%include file="navigation.html" args="active_page=''" />

Gradebook

    % for s in students:
  1. ${s['username']}

  2. % endfor