{% load bulma_tags %}
{{ field|addclass:'input control' }} {% include 'bulma/forms/fields/inline_icon.html' %} {% for error in field.errors %} {{ error }} {% endfor %} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}