{% if breadcrumbs is not empty %}
  1. Thème
  2. {% for breadcrumb in breadcrumbs %}
  3. {{ breadcrumb.name }}
  4. {% endfor %}
{% endif %}