{% extends "openassessmentblock/response/oa_response.html" %} {% load i18n %} {% load tz %} {% block list_item %}
  • {% endblock %} {% block title %} {% trans "Error" %} {% endblock %} {% block body %}
    {% trans "Status" %}

    {% blocktrans %} You joined Team {{ team_name }} after they submitted a response for this assignment and you will not receive a grade for their response. You have also not previously submitted a response to this assignment with another team. Please contact course staff to discuss your options for this assignment. {% endblocktrans %}

    {% endblock %}