{% if searchCatList %}
{% for cat in searchCatList %}
{% include 'components/categoryTile.html' %}
{% endfor %}
{% elif searchProdList %}
{% for prod in searchProdList %}
{% include 'components/categoryTile.html' with cat=prod %}
{% endfor %}
{% else %}
{% endif %}
{% if logo.ciLogo %}
{% else %}
{% endif %}
Tricom
Incorrect Input :
{{title}}
Please search again