{% block breadcrumb %}
{% if currentLocation is defined %}
{% if not(ibexa.rootLocation == currentLocation and currentLocation.contentInfo.contentTypeId in [107,108]) %}
{{ render( controller( 'App\\Controller\\MenuController::viewBreadcrumb', { 'locationId': currentLocation.id } ) ) }}
{% endif %}
{% endif %}
{% endblock %}
{% block fullcontent %}
{% block content %}{% endblock %}
{% endblock %}