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