{{ define "page:content" }} {{ $fields_present := false }} {{ if (gt (len (index .item.FieldsSection "fields")) 0) }} {{ $fields_present = true }} {{ end }}
Title
{{ widget_select "Type_id" "Type" .item.Type_id .types `style="width: 100%"` }}
{{ widget_checkboxes "Notebooks" "Notebooks" .item.Notebooks .notebooks `` }}
Summary {{.item.Summary}}
Description {{.item.Description}}
Tags
{{ widget_slim_select "Categories" "Categories" .item.Categories .categories `multiple="true"` }}
On dashboard
Save {{ if not (eq .item.Id 0) }} View Delete Share {{ end }} Back