{{#if is_guest}}
{{t "Guests cannot edit custom emoji." }}
{{else if (eq realm_add_custom_emoji_policy policy_values.by_admins_only.code) }}
{{t "Only organization administrators can add custom emoji in this organization." }}
{{else if (eq realm_add_custom_emoji_policy policy_values.by_moderators_only.code)}}
{{t 'Only organization administrators and moderators can add custom emoji in this organization.'}}
{{else if (eq realm_add_custom_emoji_policy policy_values.by_full_members.code)}}
{{t 'Only organization full members can add custom emoji in this organization.'}}
{{else}}
{{t "Any member of this organization can add custom emoji." }}
{{/if}}