{* * 2007-2017 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2017 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {if $query}

{if isset($nb_results) && $nb_results == 0}

{l s='There are no results matching your query "%s".' sprintf=$query}

{elseif isset($nb_results) && $nb_results == 1} {l s='1 result matches your query "%s".' sprintf=$query} {elseif isset($nb_results)} {l s='%d results match your query "%s".' sprintf=[$nb_results|intval, $query]} {/if} {/if} {if $query && isset($nb_results) && $nb_results} {if isset($features)}

{if $features|@count == 1} {l s='1 feature'} {else} {l s='%d features' sprintf=$features|@count} {/if}

{foreach $features key=key item=feature} {foreach $feature key=k item=val name=feature_list} {/foreach} {/foreach}
{$key}{/if} {$val.value}
{/if} {if isset($modules) && $modules}

{if $modules|@count == 1} {l s='1 module'} {else} {l s='%d modules' sprintf=$modules|@count} {/if}

{foreach $modules key=key item=module} {/foreach}
{$module->displayName} {$module->description}
{/if} {if isset($categories) && $categories}

{if $categories|@count == 1} {l s='1 category'} {else} {l s='%d categories' sprintf=$categories|@count} {/if}

{foreach $categories key=key item=category} {/foreach}
{$category}
{/if} {if isset($products) && $products}

{if $products|@count == 1} {l s='1 product'} {else} {l s='%d products' sprintf=$products|@count} {/if}

{$products}
{/if} {if isset($customers) && $customers}

{if $customers|@count == 1} {l s='1 customer'} {else} {l s='%d customers' sprintf=$customers|@count} {/if}

{$customers}
{/if} {if isset($orders) && $orders}

{if $orders|@count == 1} {l s='1 order'} {else} {l s='%d orders' sprintf=$orders|@count} {/if}

{$orders}
{/if} {if isset($addons) && $addons}

{if $addons|@count == 1} {l s='1 addon'} {else} {l s='%d addons' sprintf=$addons|@count} {/if}

{foreach $addons key=key item=addon} {/foreach}
{$addon.title|escape:'html':'UTF-8'} {if is_string($addon.description)}{$addon.description|truncate:256:'...'|escape:'html':'UTF-8'}{/if}
{l s='Show more results...'}
{/if} {/if}

{l s='Search doc.prestashop.com'}

{l s='Go to the documentation'}

{l s='Search addons.prestashop.com'}

{l s='Go to Addons'}

{l s='Search prestashop.com forum'}

{l s='Go to the Forum'}