{% extends 'base.html' %} {% block content %} {% for s in concretize(submissions) %}
Summary for {{ s.assignment.name }}
Submitter {{ concretize(s.author.name) }}
Assignment {{ s.assignment.name }}
Submitted {{ s.submitDate }}
File Link {{ s.uploadFile }}
Grade {{ s.grade }}
Comments (2)

Instructor (only visible to you), 3/10/14
Interesting algorithm. Are you sure you used the ones we recommended?
Mark (only visible to Instructors), 3/11/14
Wow, sorry professor I think I accidentally submitted a custom version I made to show my friends. Would it be OK if I resubmitted?
{% endfor %} {% endblock %}