diff --git a/public/themes/custom/asuntotuotanto/templates/content/node--apartment--full.html.twig b/public/themes/custom/asuntotuotanto/templates/content/node--apartment--full.html.twig index 33bc32219..6c7e3a394 100644 --- a/public/themes/custom/asuntotuotanto/templates/content/node--apartment--full.html.twig +++ b/public/themes/custom/asuntotuotanto/templates/content/node--apartment--full.html.twig @@ -97,6 +97,7 @@ {% set debt_free_sales_price = content.field_debt_free_sales_price.0 %} {% set apartment_number = content.field_apartment_number.0 %} {% set maintenance_fee = content.field_maintenance_fee.0 %} +{% set financing_fee = content.field_financing_fee.0 %} {% set right_of_occupancy_fee = content.field_right_of_occupancy_fee.0 %} @@ -324,6 +325,7 @@ and (apartment_structure|render == '') and (right_of_occupancy_fee|render == '0.00€') and (maintenance_fee|render == '0.00€ / kk') + and (financing_fee|render == '0.00€ / kk') and (energy_class|render == null) and (accessibility|render == null) and (site_owner|render == null) @@ -458,6 +460,14 @@

{% endif %} + {% if ownership_type|lower == 'hitas' and financing_fee|render and financing_fee|render != '0.00€ / kk' %} +
  • +

    + {% trans %}Financing fee{% endtrans %} + {{ financing_fee }} +

    +
  • + {% endif %} {% if energy_class|render %}