<%page expression_filter="h"/> <%! from openedx.core.djangolib.markup import HTML %> <% doinline = "inline" if inline else "" %>
% if preprocessor is not None:
% endif % if status in ('unsubmitted', 'correct', 'incorrect', 'partially-correct', 'incomplete'):
% endif % if hidden:
% endif ${trailing_text} %if value: ${value} % else: ${label} %endif - ${status.display_name}

% if do_math:
`{::}`
% endif % if status in ('unsubmitted', 'correct', 'incorrect', 'partially-correct', 'incomplete'):
% endif % if msg: ${HTML(msg)} % endif