{{template "header.html" . }}
{{template "panel-menu.html" . }}
{{range .ItemList}}
{{.Name}}
Author: {{.Author}}
{{if .Settings}}Settings{{end}}
{{if .Active}}Deactivate
{{else if .Installable}}
{{/** TODO: Write a custom template interpreter to fix this nonsense **/}}
{{if .Installed}}Activate{{else}}Install{{end}}
{{else}}Activate{{end}}
{{end}}
{{template "footer.html" . }}