{% if BREADCRUMB is not empty %}<ul class="navbar-nav me-auto mb-2 mb-lg-0 ps-5{% if BREADCRUMB is empty %} mx-auto{% endif %}">{% for path in BREADCRUMB %} <li class="nav-item"> <a class="nav-link text-white{% if path.url is not defined %} pe-none{% endif %}" aria-current="page" href="{% if path.url is defined %}{{ path.url }}{% else %}#{% endif %}"> {{ path.label }} </a> </li>{% endfor %}</ul>{% endif %}