{{define "edit_access"}}

Edit access

{{.GranteeName}}'s access to {{.TargetDossier.Name}}

{{.T.back}}
{{if .Error}}
{{.Error}}
{{end}} {{if .Success}}
{{.Success}}
{{end}}

Permissions

Data access

Select which types of data this person can access. Unchecked categories will be hidden.

{{range .Categories}} {{end}}
{{if .EntryGrants}}

Specific items shared

{{range .EntryGrants}}
{{.Description}} {{.CategoryName}}
{{end}}
{{end}}
{{.T.cancel}}
{{end}}