{% load django_tables2 django_tableaux %} {% for column, cell in row.items %} {% if column.name in table.columns_visible %} {% if column.localize == None %}{{ cell }}{% else %}{% if column.localize %}{{ cell|localize }} {% else %} {{ cell|unlocalize }}{% endif %} {% endif %} {% endif %} {% endfor %}