<?php $system->error('This package can't be removed because there are still '.$package->users->count.' user'.(($package->users->count != 1) ? 's' : '').' assigned to it') if ($package->users->count > 0); ?>