<spanclass="icon fa fa-floppy-o"aria-hidden="true"></span>
<spanaria-hidden="true">${_('Save')}</span>
<spanclass="sr">${_("Save your answer")}</span>
</button>
</span>
% endif
% if reset_button:
<spanclass="problem-action-button-wrapper">
<buttontype="button"class="reset problem-action-btn btn-default btn-small"data-value="${_('Reset')}"><spanclass="icon fa fa-refresh"aria-hidden="true"></span><spanaria-hidden="true">${_('Reset')}</span><spanclass="sr">${_("Reset your answer")}</span></button>
</span>
% endif
% if answer_available:
<spanclass="problem-action-button-wrapper">
<buttontype="button"class="show problem-action-btn btn-default btn-small"aria-describedby="${ short_id }-problem-title"><spanclass="icon fa fa-info-circle"aria-hidden="true"></span><spanclass="show-label">${_('Show Answer')}</span></button>
${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
% 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">
<buttontype="button"class="hint-button problem-action-btn btn-default btn-small"data-value="${_('Hint')}"${''ifshould_enable_next_hintelse'disabled'}><spanclass="icon fa fa-question"aria-hidden="true"></span>${_('Hint')}</button>
<spanclass="icon fa fa-floppy-o"aria-hidden="true"></span>
<spanaria-hidden="true">${_('Save')}</span>
<spanclass="sr">${_("Save your answer")}</span>
</button>
</span>
% endif
% if reset_button:
<spanclass="problem-action-button-wrapper">
<buttontype="button"class="reset problem-action-btn btn-default btn-small"data-value="${_('Reset')}"><spanclass="icon fa fa-refresh"aria-hidden="true"></span><spanaria-hidden="true">${_('Reset')}</span><spanclass="sr">${_("Reset your answer")}</span></button>
</span>
% endif
% if answer_available:
<spanclass="problem-action-button-wrapper">
<buttontype="button"class="show problem-action-btn btn-default btn-small"aria-describedby="${ short_id }-problem-title"><spanclass="icon fa fa-info-circle"aria-hidden="true"></span><spanclass="show-label">${_('Show Answer')}</span></button>