{% extends 'search/layout.html' %} {% load i18n %} {% block panel %} {% if results %} {% with results|first as local_results %}
{% include "snippets/book_titleby.html" with book=result %}
{% if result.first_published_date or result.published_date %} ({% firstof result.first_published_date.year result.published_date.year %}) {% endif %}
{{ result.author }} {% if result.year %}({{ result.year }}){% endif %}
{% if request.user.is_authenticated %} {% if not remote %} {% trans "Load results from other catalogues" %} {% else %} {% trans "Manually add book" %} {% endif %} {% else %} {% trans "Log in to import or add books." %} {% endif %}
{% endblock %}