{% endif %}
{% for field in inline.get_fields_list(request) %}
{% with action=(request.state.action), data=(row.obj[field.name] if row.obj is not none else None), error=(row.errors.get(field.name) if row.errors else None) %}
{% include field.form_template %}
{% endwith %}