| chat |
identifier |
person |
availability |
actions |
{% for item in object_list %}
| {% if item.is_group %}{% endif %}{{ item.name|default:"WhatsApp Chat" }} |
|
{{ item.person_name|default:"-" }} |
{% if item.availability_label %}
{{ item.availability_label }}
{% else %}
-
{% endif %}
|
|
{% empty %}
| No WhatsApp chats discovered yet. |
{% endfor %}