{{relation.opts.verbose_name_plural|capfirst}}

{% for fw in field_wrapper_list %} {% if fw.needs_header %} {{fw.field.verbose_name|capfirst}} {% endif %} {% endfor %} {% for fcw in form_field_collection_wrapper_list %} {% if change %}{% if original_row_needed %} {% if fcw.obj.original %} {% endif %} {% endif %}{% endif %} {% if fcw.obj.errors %} {% endif %} {% for bound_field in fcw.bound_fields %} {% if not bound_field.not_in_table %} {% endif %} {% endfor %} {% if fcw.show_url %}{% endif %} {% endfor %}
{{ fcw.obj.original }}
{{ fcw.obj.html_combined_error_list }}
{% field_widget bound_field %} {% if fcw.obj.original %}View on site{% endif %}
{% for fcw in form_field_collection_wrapper_list %} {% for bound_field in fcw.bound_fields %} {% if bound_field.not_in_table %} {% field_widget bound_field %} {% endif %} {% endfor %} {% endfor %}