manager: remove comment on table template (#47093)

This commit is contained in:
Nicolas Roche 2020-09-28 15:02:23 +02:00 committed by Paul Marillonnet
parent e4cc914c86
commit 7e38340a92
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
{% endif %}
data-pk="{{ row.record.id }}"
class="{{ forloop.counter|divisibleby:2|yesno:"even,odd" }}">
{# avoid cycle for Django 1.2-1.6 compatibility #}
{% for column, cell in row.items %}
<td {{ column.attrs.td.as_html }}>{% if column.localize == None %}{{ cell }}{% else %}{% if column.localize %}{{ cell|localize }}{% else %}{{ cell|unlocalize }}{% endif %}{% endif %}</td>
{% endfor %}