People, etc.

Delete "{{ entity.name }}"

{{ entity.name }}

{% if entity.image_mimetype %}
{% else %}
Upload image:
{% endif %}

Title: {{ entity.title }}

Description: {{ entity.description }}

Tags: {% for tag in tags %} {{ tag.text }}   {% endfor %}

Phone: {% for phone in phones %} {{ phone.number }}   {% endfor %}

Email: {% for email in emails %} {{ email.email }}   {% endfor %}

Webpages: {% for url in urls %} {{ url.url }}   {% endfor %}

GPS: {% if gps %} {{ gps }} {% else %} {% endif %}

Postal address: {{ entity.postal_address }}

Other contact information: {{ entity.other_contact }}

Time zone:
Observes daylight saving time:

{% if entity.time_zone != None %}

Local time: {{ entity.time_zone }}

{% endif %}

Department: {{ entity.department.name }}  

Location: {{ entity.location.name }}  

Reports to: {{ entity.reports_to.name }}  

Status:

{% for status in first_stati %}

{{ status.text }}
{{ status.username }}, {{ status.format_timestamp }}

{% endfor %} {% if second_stati %}

+ Show all

{% for status in second_stati %}

{{ status.text }}
{{ status.format_timestamp }}

{% endfor %}
{% endif %}