{% extends 'index.html' %} {% load static %} {% block main %}
Im Moment finden sich hier {{ allbooks_count }} Bücher. Bookmarklet GitHub
{% for item in page.object_list %} {% endfor %}
{{ page.paginator.count }} Ergebnisse gefunden:
Titel (anklicken zum herunterladen) Autor
Open Link {{ item.title }} {{ item.author }}
{% if page.has_other_pages %} {% endif %}
{% endblock %}