{% 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 shop_property_groups and product.is_product_with_variants %}
{% trans "Property values" %}
{% trans "Please go to the variants to assign property values." %}
{% endif %}