{% load cache %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_signal_chats request.user.id object_list type %}
| number | uuid | account | name | person | actions | {% for item in object_list %}
|---|---|---|---|---|---|
| {{ item.chat.source_number }} | {{ item.chat.account }} | {{ item.chat.source_name }} | {{ item.person_name|default:"-" }} |