{% load daisyui_field %} {% if field.is_hidden %} {{ field }} {% else %}
{% if field.label and form_show_labels %} {% endif %}
{% if crispy_prepended_text %} {{ crispy_prepended_text|safe }} {% endif %} {% daisyui_field field "class" "input join-item w-full" %} {% if crispy_appended_text %} {{ crispy_appended_text|safe }} {% endif %}
{% include 'daisyui/layout/field_errors.html' %} {% include 'daisyui/layout/help_text.html' %}
{% endif %}