{% for book in books %} {% if forloop.counter0|divisibleby:"4" %}
{% endif %}
{% include 'snippets/book_cover.html' with book=book %} {% include 'snippets/rate_action.html' with user=request.user book=book %} {% include 'snippets/shelve_button.html' with book=book %}
{% endfor %}