{#This template is included by dynamicforms/field/input.html#} {% block div_password_class %} input-group {% endblock %} {% block input_class %} {% if input_type != "file" %}form-control{% else %} form-control-file{% endif %}{% if errors %} is-invalid{% endif %} {% endblock %} {% block password_toggle %} {% load dynamicforms %} {% if DYNAMICFORMS.bootstrap_version == 'v4' %}