{t('create_new_object',{'object':t('account')})}
{#each accounts as account (account.id)}
{account.name} ({account.id})
{/each}
{t('accounts')}