${ problem['name'] }
% if problem['weight'] != 1:
: ${ problem['weight'] } points
% endif
% if settings.QUICKEDIT:
Quick Edit Problem
% endif
${ problem['html'] }
% if check_button:
% endif
% if reset_button:
% endif
% if save_button:
% endif
% if answer_available:
% endif
% if attempts_allowed :
You have used ${ attempts_used } of ${ attempts_allowed } submissions
% endif