{{ post.post_title }}
{{ post.post_excerpt }}
Capaciteit: {{ post._product_attributes.capaciteit.value }}
Energielabel: {{ post._product_attributes.energielabel.value }}
Afmetingen: {{ post._product_attributes.afmetingen.value }}
Gewicht: {{ post._product_attributes.gewicht.value }}
Temperatuurzones: {{ post._product_attributes.temperatuurzones.value }}
{% for key, attribute in post._product_attributes %}{% if key not in [‘capaciteit’,’energielabel’,’afmetingen’,’gewicht’,’temperatuurzones’] %}{{ attribute.name|lower }} : {{ attribute.value }}{% if not loop.last %} | {% endif %}{% endif %}{% endfor %}