{% comment %}
Shared field renderer for every record form in the app: one label-above-input
block per field instead of a
row. Include inside a `.form-stack`
wrapper (form_generic.html does this already); pass `form=`.
Extra bespoke fields (e.g. a gallery file input tacked on next to a
ModelForm) can follow this include as sibling `.form-field` divs inside the
same `.form-stack`.
{% endcomment %}
{% load wise_icons %}
{% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %}
{% if form.non_field_errors %}