{% load i18n %} {% for cell in row %} {% if cell.field %} {{ cell.field }} {% else %} {% if cell.wrap_list %}{% endif %} {% endif %} {% if forloop.first %} {% for field in row.form.hidden_fields %} {{ field }} {% for error in field.errors %} {% blocktrans with name=field.name %}{{ name }}: {{ error }}{% endblocktrans %} {% endfor %} {% endfor %} {% if row.form.non_field_errors %}
{{ row.form.non_field_errors }}
{% endif %} {% endif %} {% endfor %}