<%! from django.utils.translation import ugettext as _ %> <%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)}
% if display_name is not UNDEFINED and display_name is not None:

${display_name}

% endif
% if instructions_html is not UNDEFINED and instructions_html is not None:
${_('Instructions')} ${_('Collapse Instructions')}
${instructions_html}
% endif
${content_html}
${_('Source:')} ${source}
${_('You do not have any notes.')}