16 <div
class=
"search found">
18 <?=
__(
'<strong>%1 item</strong> were found using the following search criteria',
$results) ?>
20 <?=
__(
'<strong>%1 items</strong> were found using the following search criteria',
$results) ?>
24 <div role=
"alert" class=
"message error">
26 <?=
__(
'We can\'t find any items matching these search criteria.') ?> <a href=
"<?= /* @escapeNotVerified */ $block->getFormUrl() ?>"><?=
__(
'Modify your search.') ?></a>
32 <div
class=
"search summary">
33 <?php
foreach ([
'left',
'right'] as $side): ?>
37 <li
class=
"item"><strong><?=
$block->escapeHtml(
__($criteria[
'name'])) ?>:</strong> <?=
$block->escapeHtml($criteria[
'value']) ?></li>
43 <?php
if (
$block->getResultCount()): ?>
44 <div
class=
"message notice">
46 <?=
__(
"Don't see what you're looking for?") ?>
47 <a href=
"<?= /* @escapeNotVerified */ $block->getFormUrl() ?>"><?=
__(
'Modify your search.') ?></a>
51 <?php
if (
$block->getResultCount()): ?>
52 <div
class=
"search results"><?=
$block->getProductListHtml() ?></div>
54 <?php
$block->getSearchCriterias(); ?>