<%namespace name='static' file='static_content.html'/>

${ problem['name'] } % if problem['weight'] != 1: : ${ problem['weight'] } points % 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