From 8622f81f8929d2922a964893e445e09e9c5deeaf Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Thu, 19 Oct 2023 19:59:38 +0200 Subject: [PATCH] table.html auf neue Struktur umgestellt --- templates/table.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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