{% load crispy_forms_filters %} {% load l10n %} {% load i18n %}
{{ hdr }} | {% endfor %}|
---|---|
{{ row.name }} | {% for choices in row.cols %}
{% for choice in choices %}
{% if field.errors and forloop.last and not inline_class %}
{% include 'bootstrap4/layout/field_errors_block.html' %}
{% endif %}
{% endfor %}
|
{% endfor %}