{% endif %}
{% if results.content %}
- {% for result in results.content %}
<div class="book-list-header">
<div class="book-box-inner">
<p>{% trans "Results in text" %}</p>
</div>
<div>
<ol class="work-list">
- {% for result in results.title %}
+ {% for result in results.content %}
<li class="work-item">
{% book_searched result %}
</li>
{% endfor %}
</ol>
</div>
- {% endfor %}
{% endif %}
{% if results.other %}
- {% for result in results.other %}
<div class="book-list-header">
<div class="book-box-inner">
<p>{% trans "Other results" %}</p>
{% endfor %}
</ol>
</div>
- {% endfor %}
{% endif %}