{% if part.manufacturer %}
{% if part.manufacturer.id is not null %}
{{ part.manufacturer.name}}
{% else %}
{{ part.manufacturer.name }}
{% endif %}
{% endif %}
{% if part.manufacturerProductUrl %}
{{ part.manufacturerProductNumber }}
{% else %}
{{ part.manufacturerProductNumber }}
{% endif %}
{{ part.name }}
{# You need edit permission to use the edit button #}
{% if timeTravel is not null %}
{% elseif is_granted('edit', part) %}
{% endif %}
{% set min_order_amount = pricedetail_helper.minOrderAmount(part) %}
{% set max_order_amount = pricedetail_helper.maxDiscountAmount(part) %}
{% set max_order_price = pricedetail_helper.calculateAvgPrice(part, max_order_amount, app.user.currency ?? null) %}
{% if max_order_price is not null %}