{% load i18n pcart_core %}

{% trans "Properties" %}

{% for prop in product.product_type.get_visible_properties %} {% with value=product.properties|get_element:prop.title %} {% if value %} {% endif %} {% endwith %} {% endfor %}
{% trans "Property" %} {% trans "Value" %}
{% trans "Vendor" %} {{product.vendor|default:"-"}}
{% trans prop.title %} {{value}}