{% import "helper.twig" as helper %} {% import "label_system/dropdown_macro.html.twig" as dropdown %} {{ helper.breadcrumb_entity_link(assembly) }}
{% if assembly.description is not empty %} {{ assembly.description|format_markdown }} {% endif %}
{{ assembly.name }}
{% if assembly.parent %} {{ assembly.parent.fullPath }} {% else %} - {% endif %}
{% block quick_links %}{% endblock %} {% trans %}entity.edit.btn{% endtrans %}
{{ assembly.lastModified | format_datetime("short") }}
{{ assembly.addedDate | format_datetime("short") }}
{{ assembly.children | length }}
{{ assembly.bomEntries | length }}
{% if assembly.attachments is not empty %}
{% include "parts/info/_attachments_info.html.twig" with {"part": assembly} %}
{% endif %} {% if assembly.comment is not empty %}
{{ assembly.comment|format_markdown }}
{% endif %}