{{define "admin_contact_details.html"}} {{template "admin_shell_start" .}} {{template "admin_contact_details_panel" .}} {{template "admin_shell_end" .}} {{end}} {{define "admin_contact_details_partial.html"}} {{template "admin_tabs_oob" .}} {{template "admin_flash_oob" .}} {{template "admin_contact_details_panel" .}} {{end}} {{define "admin_contact_details_panel"}}

Contact Details

Contact Requests

{{range .Contacts}}

{{.Name}} · {{.Email}}{{if .Phone}} · {{.Phone}}{{end}}

{{.Status}} · {{.CreatedAt.Format "2006-01-02 15:04"}}

Type
{{.ProjectType}}
Location
{{.ProjectLocation}}
Budget
{{.BudgetRange}}
Timeline
{{.Timeline}}

{{.Message}}

{{else}}

No contact requests yet.

{{end}}
{{end}}