module documentation

Undocumented

Function is_core_or_admin checks if the user making the request has the groups core or admin
Function is_person Undocumented
Variable register Undocumented
@register.filter(name='is_core_or_admin')
def is_core_or_admin(user: AuthUser) -> bool: (source)

checks if the user making the request has the groups core or admin

@register.filter
def is_person(actor): (source)

Undocumented

register = (source)

Undocumented