{% for product in collection.products %}
	...
	{% for option in product.options_with_values %}
		...
	{% endfor %}
	{% for variant in product.variants %}
		...
	{% endfor %}
{% endfor %}