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

{{ result.title }}

{% if result.author %} {{ result.author }} {% endif %} {% if result.year %} ({{ result.year }}) {% endif %}

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