{% for field in item.fields %}
  • {{ field.name }}: {{ field.type }} {% if field.required %}R{% endif %} {% if field.sub_type %} ({{ field.sub_type }}) {% endif %} {% if field.fields %} {% include 'rest_framework_docs/fields.html' with item=field only %} {% endif %}
  • {% endfor %}