{% if form_tag %}
{% endif %} {% if form_method|lower == 'post' and not disable_csrf %} {% csrf_token %} {% endif %} {% include "tbxforms/display_form.html" %} {% include "tbxforms/inputs.html" %} {% if form_tag %}
{% endif %}