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