{{ catalog.title }}
{{ catalog.subtitle|upper }}
{% if logo_exists %}
{% endif %}
{% for category in catalog.categories %}
{{ category.name }}
{% for product in category.products %}
{% if product.image %}
{% else %}
bez fotky
{% endif %}
{{ product.name }}
{% if product.show_allergen_icon %}
{% endif %}
{{ product.price }}
{% endfor %}
{% endfor %}