{% if labelList is not empty %}
<div class="goods-icon-wrapper">
<ul>
{% for label in labelList %}
<li class="{{ label.class }}">{{ label.label }}</li>
{% endfor %}
</ul>
</div>
{% endif %}