+ |
+ |
+ ^{nameWidget officeDisplayName officeSurname}
+ |
+ ^{formatTimeW SelFormatDateTime time}
+ |
+
+ $forall ssh' <- sshs
+ #{ssh'}
+ $of Left lastChange
+
+ |
+ _{MsgExamUserSyncLastChange}
+ |
+ |
+ ^{formatTimeW SelFormatDateTime lastChange}
+ |
diff --git a/templates/exam-office/exam-results.hamlet b/templates/exam-office/exam-results.hamlet
new file mode 100644
index 000000000..dea20c2a7
--- /dev/null
+++ b/templates/exam-office/exam-results.hamlet
@@ -0,0 +1,2 @@
+$newline never
+^{examUsersTable}
diff --git a/templates/table/csv-column-explanations.hamlet b/templates/table/csv-column-explanations.hamlet
index c39403fe7..bc72a43f9 100644
--- a/templates/table/csv-column-explanations.hamlet
+++ b/templates/table/csv-column-explanations.hamlet
@@ -3,5 +3,3 @@
$forall (colName, colExplanation) <- csvColExplanations''
- #{decodeUtf8 colName}
- ^{colExplanation}
-
- ^{csvExportWdgt'}
| |