diff --git a/templates/label_system/scanner/_info_mode.html.twig b/templates/label_system/scanner/_info_mode.html.twig index aa72c38b..92da61c2 100644 --- a/templates/label_system/scanner/_info_mode.html.twig +++ b/templates/label_system/scanner/_info_mode.html.twig @@ -86,8 +86,43 @@ + + {% elseif entity %} {# If we have an entity but that is not an part #} + +
{% trans %}id.label{% endtrans %}: {{ entity.id }} ({{ type_label(entity) }})
+ + {% if entity.fullPath is defined %} + {{ helper.breadcrumb_entity_link(entity)}} + {% endif %} +