<%page expression_filter="h"/> <%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML from openedx.core.djangolib.js_utils import js_escaped_string from six import text_type %> ## The JS for this is defined in xqa_interface.html ${block_content | n, decode.utf8} %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.block_type == 'problem': ${_("Submission history")} % endif
% endif %endif