{% comment %} This is representing a form row in a form {% endcomment %}
{{ field.errors }} {% if field.is_checkbox %} {{ field }}{{ field.label_tag }} {% else %} {{ field.label_tag }} {% if field.is_readonly %}
{{ field.contents }}
{% else %} {{ field }} {% endif %} {% endif %} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %}