{% extends 'search/layout.html' %} {% load i18n %} {% block panel %} {% if results %} {% with results|first as local_results %}
{% 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 %}