{% for field in fields %}
  • {{ field.verbose_name }} [{{ field.get_internal_type }}]
  • {% endfor %} {% for custom_field in custom_fields %} {% if forloop.first %}
    Custom Fields: {% endif %}
  • {{ custom_field.name }} [custom {{ custom_field.get_field_type_display }}]
  • {% endfor %}
    {% for property in properties %} {% if forloop.first %} Properties: {% endif %}
  • {{ property.label }} [property]
  • {% endfor %}