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