%! from django.utils.translation import ugettext as _ %>
<%namespace name='static' file='static_content.html'/>
${ problem['name'] }
${ 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)}