{#if channel}
{#if channel?.type === 'dm'}
{$i18n.t('Direct Message')}
{:else}
{#if channel?.access_control === null} {:else} {/if}
{channel.name}
{/if}
{ e.preventDefault(); submitHandler(); }} >
{/if}