Параметр, которому принадлежит данная характеристика.
        
          {% for property in product.properties %}
  {% for characteristic in property.characteristics %}
    {{ characteristic.property.name }} / {{ characteristic.property.handle }} / {{ characteristic.property.characteristics.size }}
  {% endfor %}
{% endfor %}