diff --git a/templates/Parts/info/_main_infos.html.twig b/templates/Parts/info/_main_infos.html.twig
index a3f2266a..a8abe1d3 100644
--- a/templates/Parts/info/_main_infos.html.twig
+++ b/templates/Parts/info/_main_infos.html.twig
@@ -45,24 +45,22 @@
{{ helper.structural_entity_link(part.footprint) }}
-
-
-
- {% 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 %}
+ {% 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 %}
+
+
+
{{ max_order_price | moneyFormat(app.user.currency ?? null) }}
{% if min_order_amount < max_order_amount %}
- -
- {{pricedetail_helper.calculateAvgPrice(part, min_order_amount, app.user.currency ?? null ) | moneyFormat(app.user.currency ?? null) }}
- {% endif %}
- {% endif %}
-
+ -
+ {{pricedetail_helper.calculateAvgPrice(part, min_order_amount, app.user.currency ?? null ) | moneyFormat(app.user.currency ?? null) }}
+ {% endif %}
-
+
+ {% endif %}
{#
{% if part.comment != "" %}