{% load static %} {% load i18n %} {% load category %} {% load thumbnail %}
{% menu_objects as main_menu_objects %} {% for category in main_menu_objects %} {% if category.depth == 1 and category.active_ancestor %}
{{ product.get_title }} {{ category }}
{% endif %} {% endfor %}
{{ product.get_title }} {% trans "Offers"|safe %}
{% for category in main_menu_objects %} {% if category.depth == 1 and not category.active_ancestor %}
{{ product.get_title }} {{ category }}
{% endif %} {% endfor %}
{% if category %} {% endif %}