{{define "content"}} {{$d := .}}
Organisations /

{{$d.Org.Name}}

Teams Members {{if eq $d.MyRole "admin"}} + Invite {{end}}

Teams

{{len $d.Teams}}

Members

{{len $d.Members}}

Fiscal years

{{len $d.FiscalYears}}
{{if $d.ActiveYear}}
ACTIVE YEAR
{{$d.ActiveYear.Label}}
{{dateShort $d.ActiveYear.StartDate}} — {{dateShort $d.ActiveYear.EndDate}}
Events Analysis Requests Ledger {{if eq $d.MyRole "admin"}}
{{end}}
{{end}}

Fiscal years

{{if eq $d.MyRole "admin"}} {{end}}
{{if $d.FiscalYears}}
{{range $d.FiscalYears}} {{end}}
Label Period Status
{{.Label}} {{dateShort .StartDate}} — {{dateShort .EndDate}} {{if eq (print .Status) "active"}} active {{else if eq (print .Status) "closed"}} closed {{else}} draft {{end}} View {{if and (eq (print .Status) "draft") (eq (print $d.MyRole) "admin")}}
{{end}}
{{else}}
📅

No fiscal years yet

Create a fiscal year to start planning events and budgets.

{{if eq $d.MyRole "admin"}} {{end}}
{{end}} {{if eq $d.MyRole "admin"}} {{end}} {{end}}