diff --git a/templates/table.html b/templates/table.html
index 5d256c0..a6acecc 100644
--- a/templates/table.html
+++ b/templates/table.html
@@ -1,17 +1,16 @@
{{ define "rows" }}
{{ range . }}
- {{ .FirstName }} |
- {{ .LastName }} |
- {{ .Date }} |
- {{ .Time }} |
- {{ .State }} |
- {{ .Location }} |
- {{ range .Participants }}
- {{ .FirstName }} |
- {{ .LastName }} |
- {{ .Company }} |
- {{ end }}
+ {{ .InstructorFirstName }} |
+ {{ .InstructorLastName }} |
+ {{ .BriefingDate }} |
+ {{ .BriefingTime }} |
+ {{ .BriefingLocation }} |
+ {{ .BriefingDocumentName }} |
+ {{ .BriefingAsOf }} |
+ {{ .ParticipantFirstName }} |
+ {{ .ParticipantLastName }} |
+ {{ .ParticipantCompany }} |
{{ end }}
{{ end }}
@@ -35,8 +34,9 @@
Unterweiser |
Datum |
Uhrzeit |
- Stand |
Ort |
+ Dokument |
+ Stand |
Teilnehmer |
Firma |