gonito/templates/course-summary.hamlet

7 lines
250 B
Plaintext
Raw Normal View History

2019-06-15 12:21:41 +02:00
<h2>#{courseName course}
$forall (student, score) <- Import.zip students scores
<h3>#{userIdent $ entityVal student} / #{fromMaybe "" (userName $ entityVal student)} / #{fromMaybe "" (userLocalId $ entityVal student)}
^{scoreForCourse score}