{% comment %} template for crispyform inputs: form.helper.add_input で追加したボタン {% endcomment %} {% if inputs %}
{% for input in inputs %} {% include "bootstrap5/layout/baseinput.html" %} {% endfor %}
{% endif %}