%! from django.utils.translation import ugettext as _ %>
<%! from django.template.defaultfilters import escapejs %>
<%namespace name='static' file='/static_content.html'/>
## The JS for this is defined in xqa_interface.html
${block_content}
%if location.category in ['problem','video','html','combinedopenended','graphical_slider_tool']:
% if edit_link:
Edit
% if xqa_key:
/
QA
% endif
% endif
${_("{platform_name} Content Quality Assessment").format(platform_name=settings.PLATFORM_NAME)}
is_released = ${is_released}
location = ${location.to_deprecated_string() | h}
${_('Module Fields')} |
%for name, field in fields:
${name} | ${field | h} |
%endfor
${_('XML attributes')} |
%for name, field in xml_attributes.items():
${name} | ${field | h} |
%endfor
category = ${category | h}
%if render_histogram:
%endif
${_("Submission History Viewer")}
%endif