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