%inherit file="main.html" />
<%!
from django.core.urlresolvers import reverse
%>
<%block name="headextra">
%block>
<%include file="navigation.html" args="active_page='profile'" />
Course Progress
<%
lastChapter = None
%>
% for hw in homeworks:
-
%if hw['chapter'] != lastChapter:
<% lastChapter = hw['chapter'] %>
%else:
-
%endif
${hw['subtitle']}
% if 'due' in hw and hw['due']!="":
due ${hw['due']}
% endif
%if len(hw['scores']) > 0:
%if hw['graded']:
Problem Scores:
%else:
Practice Scores:
%endif
% for score in hw['scores']:
- ${ score[0] }/${ score[1] }
% endfor
%endif
% endfor
${name}
- Forum name: ${username}
- E-mail: ${email}
-
Location:
${location}
Change
-
Language:
${language}
Change
Password Reset Email Sent
An email has been sent to ${email}. Follow the link in the email to change your password.