{{/* repeater-header and repeater-tabs render the shared chrome for the repeater detail tabs. Data: the RepeaterNav map (PublicID, Name, OwnerName, IsOwner, Active). Active is one of "overview" | "docs" | "maintenance" | "log" | "sharing". Owner-only tabs (Activity, Sharing) and the Manage menu only render for the owner. */}} {{define "repeater-header"}}
Repeater{{if not .IsOwner}} ยท shared by {{.OwnerName}}{{end}}

{{.Name}}

{{end}} {{define "repeater-tabs"}} {{end}}