{% load django_tables2 django_tableaux %} {##} {#{% for column, cell in row.items %}#} {#{% if column.name in table.columns_fixed %}#} {# {% if column.name != "selection" %}#} {# {{ cell }}#} {# {% else %}#} {# #} {# {% if column.localize == None %}{{ cell }}{% else %}{% if column.localize %}{{ cell|localize }}#} {# {% else %}#} {# {{ cell|unlocalize }}{% endif %}#} {# {% endif %}#} {# #} {# {% endif %}#} {# {% endif %}#} {#{% endfor %}#} {##} {% for column, cell in row.items %} {% if column.name in table.columns_visible %} {% if column|is_selection %} {{ cell }} {% else %}{{ column.header }}{{ cell }} {% endif %} {% endif %} {# {% if column.name not in table.columns_fixed %}#} {# {% if column.name in columns.visible %}#} {# {{ column.name }}#} {# #} {# {% if column.localize == None %}{{ cell }}{% else %}{% if column.localize %}{{ cell|localize }}#} {# {% else %}#} {# {{ cell|unlocalize }}{% endif %}#} {# {% endif %}#} {# #} {# {% endif %}#} {# {% endif %}#} {% endfor %}