{% load i18n l10n %}
{% if has_line_errors %} | {% trans "Ignore" %} | {% endif %} {% for head in header %}{{head}} | {% endfor %}
---|---|---|
{{ forloop.counter }} | {% for cell in line %}{% if has_line_errors and not forloop.counter0 %}{% else %}{{cell}}{% endif %} | {% endfor %}