{#snippet buttons()} {#if canResetPassword} {/if} {#if user.deletedAt} {:else} {/if} {/snippet}
{#if user.deletedAt} {/if}
{user.name}
{$t('profile')}
{$t('name')} {user.name}
{$t('email')} {user.email}
{$t('created_at')} {userCreatedAtDateAndTime}
{$t('updated_at')} {userUpdatedAtDateAndTime}
{$t('id')} {user.id}
{$t('features')}
{$t('storage_quota')}
{#if user.quotaSizeInBytes !== null && user.quotaSizeInBytes >= 0} {$t('storage_usage', { values: { used: getByteUnitString(usedBytes, $locale, 3), available: getByteUnitString(availableBytes, $locale, 3), }, })} {:else} {$t('unlimited')} {/if}
{#if user.quotaSizeInBytes !== null && user.quotaSizeInBytes >= 0}

{$t('storage')}

{/if}