{% extends "base.html" %} {% block content %}
{% for il in ilists %} {{ il.name }} {{ il.items_left() }} / {{ il.items_total() }} {% endfor %}

{% endblock %}