Contact Form Message doesnt show Product name in the Mail?

Hello, I added a contact form Template to some of my Products. If the customer uses it I dont get the product name in the Mail only the Mail that is the attachment. I need to know which Product was requested for proper

customer support. I appreciate any help I can get.

Best Regards

Example + Site Url: https://waffen-paar.at/products/magtech-9-mm-luger-fmj-8g-124grs-1000-stk?contact_posted=true#contact_form

{% comment %}
  The contents of the product.liquid template can be found in /sections/product-template.liquid
{% endcomment %}

{% section 'product-template-requires-contact' %}
{% section 'product-recommendations' %}

{% if collection %}
  
    
      {% include 'icon-arrow-left' %}
      {{ 'products.product.back_to_collection' | t: title: collection.title }}
    
  

{% endif %}

{% assign current_variant = product.selected_or_first_available_variant %}

@KetanKumar can you maybe help me with this one if you have time. Thank you very much