{% if adminform.model_admin.compressed_fields %}
{{ field.label_tag }}
{{ field.field }} {% if field.field.help_text %}
{% include "unfold/helpers/help_text.html" with help_text=field.field.help_text %}
{% endif %}
{% if field.errors %}
{{ field.errors }}
{% endif %}
{% else %}
{{ field.field }}
{{ field.label_tag }} {% if field.field.help_text %}
{% include "unfold/helpers/help_text.html" with help_text=field.field.help_text %}
{% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %}
{% endif %}