How can I include product names in contact form emails?

Hello I added a contact form template to a few Products, but if I get the Email I dont know what was the product that was requested. I appreciate any help. Thank you very much!

Here is an example for the template: https://waffen-paar.at/products/magtech-9-mm-luger-fmj-8g-124grs-1000-stk?contact_posted=true#contact_form

Template code:

{% 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 %}

Email I get: