{% load i18n %} {% load static %} {% for item in menu %}
  • {% if item.get_childs %} {% endif %} {{ item.name }} {% if item.get_childs %}
  • {% for child in item.get_childs %}
  • {{ child.name }}
  • {% endfor %} {% endif %} {% if not item.get_childs %} {% endif %} {% endfor %}