{#if logoUrl}
{:else}
{operatorName.slice(0, 1).toUpperCase()}
{/if} {#if showName}
{operatorName}{tourName ? `: ${tourName}` : ''}
{/if}