{% macro indexInlineList(things) %} {{ things|slice(0, 3)|join(', ') }} {%- if things|length > 3 -%} , {{ "{number} more…"|t('commerce', { number: things|length - 3 }) }} {% endif %} {% endmacro %}