{% extends 'base.html' %} {% block style %} {% endblock style %} {% block pageTitle %} Showing Result for "{{title}}" {% endblock pageTitle %} {% block navLabel %}Search {% endblock navLabel %} {% block content %}
Search Result : {{title}}
{% 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 %}
{% if logo.ciLogo %} {{logo.ciLogo.title}} {% else %}

Tricom

{% endif %}

Incorrect Input : {{title}}

Please search again

{% endif %}
{% endblock content %} {% block script %} {% endblock script %}