{# Render a single form field within a table cell. #}
{{ field }} {{ field.errors }}
{% comment %} {# Better yer, install crispy-forms and override this template with.... {% load crispy_forms_filters %}
{{ field|as_crispy_field }}
{% endcomment %}