{% load crispy_forms_filters %}
{% load l10n %}
{% for choice in field.field.choices %}
{% if field.errors and forloop.last and not inline_class %}
{# include 'tailwind/layout/field_errors_block.html' <-- bs4 template adds this here. Currently this pack adds it in field.html #}
{% endif %}