${ungettext("You have used {num_used} of {num_total} attempt", "You have used {num_used} of {num_total} attempts", attempts_allowed).format(num_used=attempts_used, num_total=attempts_allowed)}
% endif
<spanclass="sr">${_("Some problems have options such as save, reset, hints, or show answer. These options follow the Submit button.")}</span>
</div>
</div>
<divclass="problem-action-buttons-wrapper">
% if demand_hint_possible:
<spanclass="problem-action-button-wrapper">
...
...
@@ -51,16 +63,6 @@ from openedx.core.djangolib.markup import HTML
${ungettext("You have used {num_used} of {num_total} attempt", "You have used {num_used} of {num_total} attempts", attempts_allowed).format(num_used=attempts_used, num_total=attempts_allowed)}