-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
179 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Hallo {{ .NTA.Name }}, | ||
|
||
Sie haben gemäß den mir vorliegenden Informationen Anspruch auf Nachteilsausgleich | ||
bei Ihren Prüfungen. | ||
|
||
Für folgende Prüfungen, für die Sie sich angemeldet haben, habe ich Sie im jeweils angegebenen Raum eingeplant: | ||
|
||
{{ range .ExamsWithRoom -}} | ||
- {{ .Room.RoomName }} --- {{ .Exam.ZpaExam.MainExamer }}: {{ .Exam.ZpaExam.Module }} | ||
{{ end }} | ||
|
||
Mit freundlichen Grüßen | ||
{{ .PlanerName }} | ||
|
||
<pre> | ||
-- | ||
Diese E-Mail wurde generiert und gesendet von https://github.com/obcode/plexams.go | ||
</pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<p>Hallo {{ .NTA.Name }},</p> | ||
|
||
<p>Sie haben gemäß den mir vorliegenden Informationen Anspruch auf Nachteilsausgleich | ||
bei Ihren Prüfungen.</p> | ||
|
||
<p>Für folgende Prüfungen habe ich Sie im jeweils angegebenen Raum eingeplant:</p> | ||
|
||
<ul> | ||
{{ range .ExamsWithRoom -}} | ||
<li> | ||
{{ .Room.RoomName }} --- {{ .Exam.ZpaExam.MainExamer }}: {{ .Exam.ZpaExam.Module }} | ||
</li> | ||
{{ end }} | ||
</ul> | ||
|
||
<p>Mit freundlichen Grüßen<br /> | ||
{{ .PlanerName }}</p> | ||
|
||
<pre> | ||
-- | ||
Diese E-Mail wurde generiert und gesendet von https://github.com/obcode/plexams.go | ||
</pre> |