<%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> ${static.css(group='style-vendor-tinymce-content', raw=True)} ${static.css(group='style-vendor-tinymce-skin', raw=True)} ${static.css(group='style-xmodule-annotations', raw=True)} <%! from django.utils.translation import ugettext as _ 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.')}