{% load menu_tags %} {% for child in children %}
  • {% if child.imageextension %} image {% endif %} {{ child.get_menu_title }} {% if child.children %} {% endif %}
  • {% endfor %}