{% load rest_framework %}
{% if field.label %} {{ field.label }} {% endif %} {% for nested_field in field %} {% render_field nested_field style=style %} {% endfor %}