{# templates/artisan_v2/layout/ar_breadcrumb.html.twig #} {% if breadcrumb is defined and breadcrumb is not empty %}
    {% if breadcrumb.groupe|length > 0 %}
  • {{ breadcrumb.groupe }}
  • {% endif %}
  • {{ breadcrumb.module }}
  • {% if action is defined and action is not empty %}
  • {{ action }}
  • {% endif %}
{% endif %}