{% load i18n %}
{% include 'snippets/book_cover.html' with book=result cover_class='is-w-xs is-h-xs' img_path=false %}

{{ result.title }} {% if result.author %} {% blocktrans with author=result.author %}by {{ author }}{% endblocktrans %} {% endif %} {% if result.year %} ({{ result.year }}) {% endif %}

{% if remote_result %}
{% csrf_token %}
{% endif %}