|
{{ list.item.project.student.name }}
({{ list.item.project.student.link_id }})
|
{{ list.item.project.scope.name }} |
{{ list.item.project.mentor.name }}
({{ list.item.project.mentor.link_id }})
|
{{ list.item.grade_decision|capfirst }} |
{% if list.item.mentor_record %}
{% if list.item.mentor_record.grade %}
Pass
{% else %}
Fail
{% endif %}
{% else %}
Not Available
{% endif %}
|
{% if list.item.student_record %}
Yes
{% else %}
Not Available
{% endif %}
|
{{ list.item.locked }} |