<style> p.size_table_caption { background: none; border: none; font-weight: bold; width: 95%; margin: 0 auto; } 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 %}