{% extends "tables/editor_table.html" %} {% block table_body %} {% for idx in range(0, length) %} {{ idx }} {{ collections[idx].title }} 1 on
{% endfor %} {% endblock table_body %}