{% load l10n %} {% block table_row %} {% for column, cell in row.items %} {% block table_cell %} {% if column.localize == None %} {{ cell }} {% elif column.localize %} {{ cell|localize }} {% else %} {{ cell|unlocalize }} {% endif %} {% endblock table_cell %} {% endfor %} {% endblock table_row %}