{% extends 'layout.html' %} {% load fr_display %} {% block content %}

Editions of "{{ work.title }}"

{% for book in editions %} {% if forloop.counter0|divisibleby:"5" %}
{% endif %}
{% endfor %}
{% endblock %}