{{#with settings.name}}
{{#if canView}}
{{/if}}
{{/with}}
{{#with settings.topic}}
{{/with}}
{{#with settings.announcement}}
{{/with}}
{{#unless isDirectMessage}}
{{#with settings.description}}
{{/with}}
{{/unless}}
{{#with settings.t}}
{{_ "Public"}}{{equal default value '*'}}
{{_ "Everyone_can_access_this_channel"}}
{{_ "Private"}}
{{_ "Just_invited_people_can_access_this_channel"}}
{{/with}}
{{#with settings.ro}}
{{_ "Collaborative"}}{{equal default value '*'}}
{{_ "All_users_in_the_channel_can_write_new_messages"}}
{{_ "Read_only"}}
{{_ "Only_authorized_users_can_write_new_messages"}}
{{/with}}
{{#with settings.reactWhenReadOnly}}
{{#if canView}}
{{_ "Disallow_reacting"}}
{{_ "Disallow_reacting_Description"}}
{{_ "React_when_read_only"}}
{{_ "React_when_read_only"}}
{{/if}}
{{/with}}
{{#with settings.archived}}
{{#if canView}}
{{/if}}
{{/with}}
{{#with settings.sysMes}}
{{#if canView}}
{{/if}}
{{/with}}
{{#with settings.encrypted}}
{{#if canView}}
{{/if}}
{{/with}}
{{#with settings.broadcast}}
{{#if canView}}
{{/if}}
{{/with}}
{{#with settings.joinCode}}
{{/with}}
{{#if hasRetentionPermission}}
{{#with settings.retentionEnabled}}
{{_ label}}:
{{subValue value}} {{> icon block="rc-user-info__config-content-icon" icon="arrow-down"}}
{{/with}}
{{# if settings.retentionEnabled.value.get }}
{{#with settings.retentionOverrideGlobal}}
{{/with}}
{{/if}}
{{# if settings.retentionOverrideGlobal.value.get }}
{{{_ "RetentionPolicyRoom_ReadTheDocs"}}}
{{#with settings.retentionMaxAge}}
{{/with}}
{{#with settings.retentionExcludePinned}}
{{/with}}
{{#with settings.retentionFilesOnly}}
{{/with}}
{{/if}}
{{/if}}
{{#if canDeleteRoom}}
{{/if}}