{% load widget_tweaks dsfr_tags %} {# Generic input snippet used by most of the field types #}
{{ field|dsfr_input_class_attr }} {% if field.errors %}
{{ field.errors }}
{% endif %}