{% load custom_tags %} {% load widget_tweaks %} {% load i18n %}
{% if mult_value == "False" %} {% endif %} {% if fields.type == "image" %} {% if fields.sub_type == "drop_down" %}

{% with form_field=form|get_form_field:fields.form_name %}
{% render_field form_field class="form-control" id=fields.form_name autocomplete="off"%} {% endwith %} {% include 'components/main/image_field_display.html' %} {% include 'components/main/comments_display.html' %}
{% else %} {% if mult_value == "True" %}

{{fields.title}}

{% endif %} {% with form_field=form|get_form_field:fields.form_name %}
{% render_field form_field class="form-control" id=fields.form_name autocomplete="off"%} {% endwith %} {% include 'components/main/image_field_display.html' %} {% include 'components/main/comments_display.html' %} {% endif %} {% else %} {% if mult_value == "True" %}

{{fields.title}}

{% endif %} {% with form_field=form|get_form_field:fields.form_name %} {% render_field form_field class="form-control mult_value_input" id="floatingInput" autocomplete="off"%} {% endwith %} {% include 'components/main/comments_display.html' %} {% endif %}