{% load i18n %} {% spaceless %}
  • {% trans "Your Grade" %}: {% trans "Not Completed" %}

    {% if score_explanation %}
    {% trans "Status" %}
    {{ score_explanation }}
    {% endif %}

    {% trans "You have not completed all the steps of this problem." %}

  • {% endspaceless %}