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