{% if allattributes|default %}
{% for attributes in allattributes %}
    {% if attributes.values is defined %} {% for key,valuearr in attributes.values %}
  • {% endfor %} {% endif %}
{% endfor %}
{{ blockscontent|raw }}
{% endif %}