Group
{% if entity.group %}
{{ entity.group }}
{% else %}
No associated group
{% endif %}
Group access
{% if entity.group_access == 1 %}
No Access
{% elif entity.group_access == 2 %}
View only
{% elif entity.group_access == 3 %}
View and edit
{% else %}
Unknown
{% endif %}