{% load i18n %}
{% if result.cover %} {% else %}

{% trans "No cover" %}

{% endif %}

{{ 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 %}