- Are you sure you want to delete {$organization.name}? All projects ({$projects.total})
- and data associated with this organization will be deleted. This action is irreversible.
+ Are you sure you want to delete {$organization.name}?
+ {#if $projects.total > 0}
+ All projects ({$projects.total}) and data associated with this organization will be
+ deleted.
+ {:else}
+ There are no projects associated with this organization.
+ {/if}