{% if menu %}
{% for item in menu %} {% if path == item.url %} {{ item.display }} {% else%} {{ item.display }} {% endif %} {% if not forloop.last %} - {% endif %} {% endfor %}
{% endif %}