# Functions
HasPermission returns `true` if the `user` have all permissions from the list (without custom check).
HaveAccessCount of the object returns `true` if user can count the object.
HaveAccessCreate of the object returns `true` if user can create this type of object.
HaveAccessDelete of the object returns `true` if user can delite the object.
HaveAccessList to the object returns `true` if user can read list of the object.
HaveAccessUpdate of the object returns `true` if user can update the object.
HaveAccessView to the object returns `true` if user can read of the object.
HaveAccountLink of the object to the current account.
HaveObjectPermissions returns `true` if the `user` have all permissions from the list for the object.
HavePermissions returns `true` if the `user` have all permissions from the list.
InitModelPermissions for particular models.
InitModelPermissionsWithCustomCheck for particular models and extra custom check function.
IsNoPermCheck returns `true` if the permission check is disabled.
WithNoPermCheck returns new context with disabled permission check.
# Constants
The permission list.
The permission list.
The permission list.
The permission list.
The permission list.
The permission list.
The permission list.
The permission list.
The permission list.
The permission list.
The permission list.
# Variables
No description provided by the author