% if check_button:
% 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)}
% endif