{{ define "rows" }} {{ range . }} {{ .InstructorFirstName }} {{ .InstructorLastName }} {{ .BriefingDate }} {{ .BriefingTime }} {{ .BriefingLocation }} {{ .BriefingDocumentName }} {{ .BriefingAsOf }} {{ .ParticipantFirstName }} {{ .ParticipantLastName }} {{ .ParticipantCompany }} {{ end }} {{ end }} {{ define "content" }}
{{ template "rows" . }}
Unterweiser Datum Uhrzeit Ort Dokument Stand Teilnehmer Firma
{{ end }}