if user.has_blacklist_access and getattr(settings, 'BLACKLIST_ENABLED', False):
        t.append(('Blacklist', reverse('blacklist'),
                  'new' if models.HackerApplication.objects.filter(status=APP_BLACKLISTED, contacted=False).count()