{# This invisible label pushed the validation message to be in line with the input #}
{% if field.form.form_type == formtype.INLINE %}
{{ ef_macros.standard_label(field) }}
{% endif %}
{% elif field.style == styles.BOOTSTRAP_4 %}
{# this is a hack for bootstrap 4 #}