46
46
<span py:content="format_submission_principal(req.user, principal)" /> –
47
47
<!-- XXX This deadline does not take the student's extensions into account. -->
49
49
${'closed' if project.has_deadline_passed(req.user) else 'due'} ${format_datetime_short(project.deadline)}
51
51
<py:if test="principal is not None"