{% load static %} {% load favicon_tags %} {% load cms_tags %} {% load wagtail_srcset_tags %}
Tricom
{% favicon_meta %}
{% block meta_tags %} {% endblock meta_tags %}
{% block style %} {% endblock style %}
{% company_logo 'Logo' as logo %} {% category_list as catObj %} {% menus as MenuList %}
{% if logo.ciLogo %}
{% else %}
Tricom
{% endif %}
{% include 'components/exitPopup.html' %}
{% for menu in MenuList %} {% if menu.depth <= 4 %}
{% if menu.depth == 4 and menu.get_children|length > 1 %}
{% if menu.catMenu %} {{menu.catMenu}} {% else %} {{menu.title}} {% endif %}
−
+
{% for cat in menu.get_children %} {% if cat.get_children and cat.depth == 5 %}
{% include 'components/navMob.html' %}
{% endif %} {% endfor %}
{% else %}
{% if menu.catMenu %} {{menu.catMenu}} {% else %} {{menu.title}} {% endif %}
{% endif %}
{% endif %} {% endfor %}
{% if logo.ciLogo %} {% srcset_image logo.ciLogo width-160 class="py-1" %} {% else %}
Tricom
{% endif %}
{% for menu in MenuList %} {% if menu.depth <= 4 %}
{{menu.title}} {% if menu.depth == 4 and menu.get_children|length > 1 %}
{% endif %}
{% for cat in menu.specific.get_children %}
{% if cat.catMenu %} {{cat.catMenu}} {% else %} {{cat.title}} {% endif %}
{% if cat.get_children %} {% for cat in cat.specific.get_children %}
{% if cat.catMenu %} {{cat.catMenu}} {% else %} {{cat.title}} {% endif %}
{% endfor %} {% endif %}
{% endfor %}
{% endif %} {% endfor %}
Home
Product {% if catObj %}
{% endif %}
{% for cat in catObj %}
{{cat.catMenu}} {% if cat.sub_cat.all %}
{% endif %}
{% if cat.sub_cat.all %} {% include 'components/nav.html' %} {% endif %}
{% endfor %}
Product
{% for cat in catObj %}
{{cat.title}}
{% if cat.sub_cat.all %} {% for cat in cat.sub_cat.all %}
{{cat.title}}
{% endfor %} {% endif %}
{% endfor %}
About us
Contact us
Works
Dropdown lavel-1
Dropdown lavel-1
Dropdown lavel-1
Dropdown lavel-2
Dropdown lavel-2
Dropdown lavel-2
Dropdown lavel-3
Dropdown lavel-3
Dropdown lavel-3
{% if request.path == '/' %}
🔍
🔍
{% else %}
🔍
{% endif %}
🔍
Login
{% block breadcrumb %} {% endblock breadcrumb %} {% block content %} {% endblock content %} {% block footer %} {% endblock footer %}
{% block script %} {% endblock script %}