{% for object in object_list %}
Product: {{ object.name }}
Manufacturer: {{ object.manufacturer }}
Price: {{ object.price }}
{% endfor %}