package templates import "dealroom/internal/model" import "fmt" templ AuditLogPage(profile *model.Profile, activities []*model.DealActivity, deals []*model.Deal, selectedDealID string, buyerGroups []string, selectedBuyerGroup string) { @Layout(profile, "audit") {
Complete activity timeline across all deal rooms.
{ act.ResourceType }: { act.ResourceName }
{ act.CreatedAt.Format("Jan 2, 2006 3:04 PM") }