Part main image
{{ part.manufacturer.name ?? ""}}

{{ part.name }} {# You need edit permission to use the edit button #} {% if is_granted('edit', part) %} {% endif %}

{{ part.description|bbCode }}
{{ part.category.fullPath ?? "-"}}
{{ part.storelocation.fullPath ?? "-"}}
{{ part.instock }} / {{ part.mininstock }}
{{ part.footprint.fullPath ?? "-"}}
{% if part.averagePrice is not null %}{{ part.averagePrice | moneyFormat }}{% else %}-{% endif %}
{# {% if part.comment != "" %}
{{ part.comment|nl2br }}
{% endif %} #}