<%inherit file="main.html" /> <%include file="navigation.html" />

${name}

Password reset

We'll e-mail you a password reset link at ${email}.

Course Progress

    % for hw in homeworks:
  1. ${ hw['chapter'] }

    ${ hw['section'] }

      % for score in hw['scores']:
    • ${ score[0] }/${ score[1] }
    • % endfor
  2. % endfor