{{! This controls whether the swatch next to streams in the left sidebar has a lock icon. }}
{{~#if stream.is_archived ~}}
{{stream.name ~}}
{{~ else if stream.invite_only ~}}
{{stream.name ~}}
{{~ else if stream.is_web_public ~}}
{{stream.name ~}}
{{~ else ~}}
{{stream.name ~}}
{{~/if~}}