%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _
from openedx.core.djangolib.markup import HTML
%>
<%namespace name='static' file='static_content.html'/>
${ problem['name'] }
${ HTML(problem['html']) }
% if demand_hint_possible:
% endif
% if check_button:
% endif
% if demand_hint_possible:
% endif
% if reset_button:
% endif
% if save_button:
% endif
% if answer_available:
% endif
% if attempts_allowed :
${_("You have used {num_used} of {num_total} submissions").format(num_used=attempts_used, num_total=attempts_allowed)}