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