extra_fields
attribute. For example, to display the field with the internal name internal_contact
on a Client stored on the variable client
, you can write {{client.extra_fields.internal_contact}}
.
The extra field may be None
internally if the extra field was created after the object was, and has not been set yet.