{% for b in breadcrumbs %} {% if loop.last %}{{ b.name|trans }}{% else %}{{ b.name|trans }}{% endif %} {% if loop.last %}{% else %} {% endif %} {% endfor %}