{% extends "openassessmentblock/self/oa_self_assessment.html" %} {% load i18n %} {% block list_item %}
  • {% endblock %} {% block button %} {% endblock %} {% block title %} {% trans "Incomplete" %} {% endblock %} {% block body %}
    {% trans "Status" %}

    {% trans "The due date for this step has passed. This step is now closed. You can no longer complete a self assessment or continue with this assignment, and you will receive a grade of Incomplete." %}

    {% endblock %}