{% if locale === "en" %}{% set affiliateUrl = "http://www.amazon.de/gp/product/{{ book.asin }}?ie=UTF8&tag=stefanimhoffde-21&linkCode=as2&camp=1638&creative=6742&creativeASIN={{ book.asin }}" %} {% endif %} {% if locale === "en" %}{% set affiliateUrl = "https://www.amazon.com/gp/product/{{ book.asin }}/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN={{ book.asin }}&linkCode=as2&tag=kogakure-20" %} {% endif %}

{{ i18n[locale].recommendations.books.headline }}

{% for book in bookCollection %}
{% if book.asin %} {% if book.cover %} {{ book.title }} {% else %} {% if locale === "en" %} {% product book.asin, book.title, "en" %} {% else %} {% product book.asin, book.title %} {% endif %} {% endif %} {% else %} {% if book.link %} {{ book.title }} {% else %} {{ book.title }} {% endif %} {% endif %}

{{ book.title }}

{% endfor %}