{{#if (eq realm_user_group_edit_policy policy_values.by_members.code) }}
{{t 'Only group members, organization administrators and moderators can modify a group.' }}
{{else if (eq realm_user_group_edit_policy policy_values.by_full_members.code) }}
{{t 'Only full members belonging to the group, organization administrators and moderators can modify a group.' }}
{{else if (eq realm_user_group_edit_policy policy_values.by_moderators_only.code) }}
{{t 'Only organization administrators and moderators can modify user groups in this organization.' }}
{{else}}
{{t 'Only organization administrators can modify user groups in this organization.' }}
{{/if}}
{{#unless is_guest}}

{{#tr}} User groups allow you to mention multiple users at once. When you mention a user group, everyone in the group is notified as if they were individually mentioned. {{#*inline "z-link"}}{{> @partial-block}}{{/inline}} {{/tr}}

{{#if can_edit_user_groups}} {{/if}} {{/unless}}