{% load i18n lib_tags %} {% for entry in entries %} {% if entry.separator %}
  •  
  • {% else %} {% if entry.menu %} {% else %}
  • {% if entry.method == "post" %} {% render_post_link entry request %} {% else %} {% render_link entry %} {% endif %}
  • {% endif %} {% endif %} {% endfor %}