{% if active is not defined or adminlte_direct_include is defined %}
{% set active = adminlte_breadcrumbs(app.request) %}
{% endif %}
{% if active is defined and active is not null %}
-
{{ 'Home'|trans({}, 'AdminLTEBundle') }}
{% if active %}
{% for item in active %}
- {{ item.label|trans }}
{% endfor %}
{% endif %}
{% endif %}