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