{% import 'ef_macros.html' as ef_macros %} {% set config = field.config %}
{{ ef_macros.standard_label(field) }} {% if field.form_type == formtype.VERTICAL %} {{ ef_macros.standard_help_text(field) }} {% endif %}
{% if field.form_type != formtype.VERTICAL %} {{ ef_macros.bs4_help_text(field) }} {% endif %} {{ ef_macros.bs4_error(field) }}
{{ ef_macros.bs3_error(field) }} {% if field.form_type != formtype.VERTICAL %} {{ ef_macros.bs3_help_text(field) }} {% endif %}