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