exists(true)) { echo '
'.sprintf(__('%d FAQs matched your search criteria.'), $faqs->count()) .'
    '; foreach ($faqs as $F) { echo sprintf( '
  1. %s
  2. ', $F->getId(), $F->getLocalQuestion(), $F->getVisibilityDescription()); } echo '
'; } else { echo ''.__('The search did not match any FAQs.').''; } ?>