moviewyrm/bookwyrm/templates/snippets/search_result_text.html

4 lines
297 B
HTML
Raw Normal View History

2021-02-28 02:48:10 +00:00
{% load i18n %}
2020-11-02 17:23:47 +00:00
<strong>{% if link %}<a href="{{ result.key }}">{{ result.title }}</a>{% else %}{{ result.title }}{% endif %}</strong>
2021-02-28 02:48:10 +00:00
{% if result.author %} {% blocktrans with author=result.author %}by {{ author }}{% endblocktrans %}{% endif %}{% if result.year %} ({{ result.year }}){% endif %}