package view import "github.com/a-h/templ" type ReportViewModel struct { Total string CardTotal string BookingFees string PlatformFees string Fee string Profit string PdfUrl templ.SafeURL Lines []*ReportLine }