{% if count > 0 %}
{% trans "Your search:" %} "{{ keywords }}"
{{ count }} {% trans "Result" %}{{ count|pluralize }} {% trans "found" %}
-
{% for result in results %}
-
{% thumbnail result.image.image "108x108" as im %}
{% empty %}
{% endthumbnail %}
{{ result.title }} ${{ result.price }}
{{ result.category.0.name }}
{% endfor %}
{% trans "Your search:" %} "{{ keywords }}"
{% trans "Sorry! No result found" %}
{% trans "Try again by typing a keyword or a style #" %}
{% trans "Search Tips" %}
- {% trans "Double check the spelling or try with another spelling" %}
- {% trans "Limit the search to one or two words" %}
- {% trans "Trying (sic) using a different term" %}
- {% trans "Be less specific in your wording. Sometimes a more general term will get better results." %}
- {% trans "Try the product number instead of the name" %}