{% if form_tag %}
{% endif %} {% if form_method|lower == 'post' and not disable_csrf %}{% csrf_token %}{% endif %} {% include "foundation-6/display_form.html" %} {% if inputs %}{% spaceless %}
{% for input in inputs %} {% include "foundation-6/layout/baseinput.html" %} {% endfor %}
{% endspaceless %}{% endif %} {% if form_tag %}
{% endif %}