<%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='../static_content.html'/> <% isLaTexProblem='source_code' in editable_metadata_fields and editable_metadata_fields['source_code']['explicitly_set'] and enable_latex_compiler %> % if isLaTexProblem:
% else:
% endif
%if enable_markdown:
%endif
<%include file="metadata-edit.html" />