<%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='static_content.html'/> <%inherit file="main.html" /> <%! from django.core.urlresolvers import reverse %> <%block name="headextra"> <%static:css group='style-course-vendor'/> <%static:css group='style-course'/> <%static:js group='courseware'/> <%block name="js_extra"> <%include file="/courseware/course_navigation.html" args="active_page='notes'" />

${_('My Notes')}

${_('You do not have any notes.')}