{if !empty($payments)}
{sprintf_wp('There are %s for this company.',
_w('%d payment option configured', '%d payment options configured', $payments|count)
)}
[`Payment configurations will be deleted without ability to restore.`]
{/if}
{if !empty($invoices)}
{sprintf_wp('There are %s from this company.',
_w('%d invoice issued', '%d invoices issued', $invoices|count)
)}
{sprintf_wp('Switch %s to',
_w('%d invoice', '%d invoices', $invoices|count)
)}
[`and delete company`]
{$company.name|escape}?
{else}
[`Delete company`] {$company.name|escape}?
{/if}