{% for nav_item in selected_nav_items %}{% if not forloop.last %}{{ nav_item.title }} > {% else %}{{ nav_item.title }}{% endif %}{% endfor %}