{$t('index.applications')}
{#if $session.isAdmin}
{/if}
{#if !applications || ownApplications.length === 0}
{$t('application.no_applications_found')}
{/if} {#if ownApplications.length > 0 || otherApplications.length > 0}
{#if otherApplications.length > 0 && $session.teamId === '0'}
Other Applications
{/if}
{/if}