{ translate( 'Delete account' ) }

{ isDeletePossible && ( { translate( 'These items will be deleted' ) } { translate( 'Personal details' ) } { sitesToBeDeleted.length > 0 && ( { translate( 'Sites' ) } { showSiteDropdown && (
    { sitesToBeDeleted.map( ( siteToBeDeleted ) => (
  • { [ siteToBeDeleted.name ] } { [ siteToBeDeleted.slug ] }
  • ) ) }
) }
{ translate( 'Posts' ) } { translate( 'Pages' ) } { translate( 'Media' ) } { translate( 'Domains' ) }
) } { purchasedPremiumThemes && purchasedPremiumThemes.length > 0 && ( { translate( 'Premium themes' ) } ) } Gravatar
) } { ! isLoading && hasCancelablePurchases && (

{ translate( 'You still have active purchases on your account.' ) }

{ translate( "To delete your account, you'll need to cancel any active purchases " + 'in {{a}}Manage Purchases{{/a}} before proceeding.', { components: { a: , }, } ) }

) } { ! isLoading && hasAtomicSites && ! hasCancelablePurchases && (

{ translate( 'We are still in the process of removing one or more of your sites. This process normally takes 15-20 minutes. Once removal is completed, you should be able to close your account from this page.' ) }

{ ! isLoading && (

{ translate( 'You can find more information about the account closure process {{a}}here{{/a}}.', { components: { a: