| number |
uuid |
account |
name |
person |
availability |
actions |
{% for item in object_list %}
| {% if item.chat %}{{ item.chat.source_number }}{% endif %} |
{% if item.chat %}
{% endif %}
|
{% if item.chat %}{{ item.chat.account }}{% endif %} |
{% if item.is_group %}
{% endif %}
{% if item.chat %}{{ item.chat.source_name }}{% else %}{{ item.name }}{% endif %}
|
{{ item.person_name|default:"-" }} |
{% if item.availability_label %}
{{ item.availability_label }}
{% else %}
-
{% endif %}
|
|
{% endfor %}