{% extends "core/r/reviewer_base.html" %} {% block body_block %} {% with submission.feedback as feedback %}
Student Submission
  • Submission Type: {{ submission.type }}
  • Student: {{ submission.student }}
  • Status: {% include "core/component/feedback_badge.html" %} Only visible to reviewer
  • Tutor: {{ feedback.of_tutor }} Only visible to reviewer
  • Score: {% if feedback %} {{ feedback.score }} / {{submission.type.full_score}} Only visible to reviewer {% else %} No Feedback {% endif %}
Your submission
{{submission.text}}
{% if feedback %}
Our feedback {% if is_reviewer %} Only visible to reviewer {% endif %}
{{ feedback.text }}
{% endif %}
{% endwith %} {% endblock body_block %} {% block script_block %} {% endblock script_block %}