{% load cache %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_signal_chats request.user.id object_list type %} {% for item in object_list %} {% endfor %}
number uuid account name actions
{{ item.source_number }} {{ item.account }} {{ item.source_name }}
{% if type == 'page' %} {% else %} {% endif %}
{% endcache %}