{% if not shop_property_groups %}
{% trans "There are no property groups yet." %}
{% else %}
{% if display_configurables %}
{% endif %}
{% if display_filterables %}
{% endif %}
{% if display_displayables %}
{% endif %}
{% endif %}
{% if product_variant_properties %}
{% trans "Variant properties" %}
{% for property_group in product_variant_properties %}
{% if property_group.property_group_name %}
[{{ property_group.property_group_name }}]
{% endif %}
{% for property_option in property_group.properties %}