{% extends 'search/layout.html' %} {% load i18n %} {% block panel %} {% if results %} {% with results|first as local_results %}
{% if request.user.is_authenticated %} {% trans "Load results from other catalogues" %} {% else %} {% trans "Log in to import or add books." %} {% endif %}
{% endif %} {% endblock %}