{% load amenu_tags %} {% for page in pages %}
  • {{page.get_title}} {% if depth != 0 and page.has_children %} {% endif %}
  • {% endfor %}