{# BLOCK B52 LIST ATTRIBUTES #} {% import 'blocks\\settings.default.html.twig' as styles %}
{% if pageattributes|length > 0 %} {% for pageattribute in pageattributes %} {% if pageattribute.attribute.machineName in fields.attribute %}

{{ pageattribute.attribute.getLocalizedContents(languagecode) }}

{% if pageattribute.values|length > 0 %}
{% for pageattributevalue in pageattribute.values %} {% set pageattribute_label = pageattributevalue.getLocalizedContents(languagecode) %} {% if pageattribute_label|default %}
{% if pageattributevalue.image|default %} {% endif %} {{ pageattribute_label }}
{% endif %} {% endfor %}
{% endif %}
{% endif %} {% endfor %} {% endif %}
{# @END BLOCK B52 LIST ATTRIBUTES #}