Javascript must be enabled to view this chart.
{{ else }}
{{ if eq .Type "cv" }}
Javascript must be enabled to view this chart.
{{ else if eq .Type "cv/organisations" . }}
{{ with .GetPage "cv/organisations" }}
{{ partial "items-table.html" . }}
{{ end }}
{{ else }}
{{ partial "items-grid.html" . }}
{{ end }}
{{ end }}
{{ end }}
{{ define "main-footer" }}
{{ if .IsDescendant ( .GetPage "/cv/organisations" ) }}
{{ end }}
{{ end }}