{{ object.user.get_full_name }} 
{{ object.user.username }}
{{ object.email }}
{{ object.company }}
{{ object.phone }}
{{ object.address }}
{{ object.city }}
{{ object.state }}
{{ object.country }}
{{ object.display_name }}

is:{{ object.status_detail }}

{% for role in object.roles %}
is:{{ role }}
{% endfor %}

highestrole:{{ object.highest_role }}
