<style>
p.size_table_caption {
background: none;
border: none;
}
p.size_table_caption:before {
content: '⌵';
}
</style>
{% if goods.isGoodsSetPurchase %}
{% for child in item.goods.childrenAsGoodsSetPurchase %}
{{ showSizeTable(child.goodsChild) | raw }}
{% endfor %}
{% else %}
{{ showSizeTable(goods) | raw }}
{% endif %}