{{$actions := load_actions "index" }} {{if $actions}}
{{$actions}}
{{end}}
{{render "shared/flashes"}} {{render "shared/errors"}}
{{render "index/table"}}
{{if has_create_permission .Resource}} add {{end}} {{render "index/pagination"}}