{% extends "base.html" %} {% load i18n %} {% block content %}
{% if hits %} {% trans "Search results" %} {% endif %} {% for hit in hits %} {% if hit.domain %}
[{{ hit.domain.label }}] {{ hit.title|safe }}
{% else %}
{{ hit.title|safe }}
{% endif %} {% endfor %} {% endblock content %}