{% load combo i18n %} {% block cell-content %} {% for tile in tiles %} {% with cell=tile.cell %}
{% render_cell cell %}
{% endwith %} {% endfor %} {% endblock %}