<%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.template.defaultfilters import escapejs %> ## The JS for this is defined in xqa_interface.html ${block_content} %if 'detached' not in tags: % if edit_link:
Edit % if xqa_key: / QA % endif
% endif % if not disable_staff_debug_info:
${_("Staff Debug Info")} % if settings.FEATURES.get('ENABLE_STUDENT_HISTORY_VIEW') and \ location.category == 'problem': ${_("Submission history")} % endif
% endif
%endif