{% import 'ef_macros.html' as macros %} {% if field.style == styles.BOOTSTRAP_3 %}
{{ macros.standard_label(field) }} {% if field.form_type == formtype.VERTICAL %} {{ macros.standard_help_text(field) }} {% endif %}
{{ macros.standard_error(field) }} {% if field.form_type != formtype.VERTICAL %} {{ macros.standard_help_text(field) }} {% endif %}
{% else %}
This field (HTML Field) is deprecated and not supported by bootstrap 4
{% endif %}