{% for book in books|dictsort:'number' %}
{% with passages=book.passages.all %}
{% endwith %}
{% endfor %}
{% extends "web/base.html" %} {% load i18n %} {% block content %}