|
{{ list.item.project.student.name }} |
{{ list.item.project.scope.name }} |
{{ list.item.project.mentor.name }} |
{{ list.item.grade_decision }} |
{% if list.item.mentor_record %}
Yes
{% else %}
No
{% endif %}
|
{% if list.item.student_record %}
Yes
{% else %}
No
{% endif %}
|
{{ list.item.locked }} |
{{ list.item.modified|date:"jS F Y H:i" }} |