{% load pretty %} {% load cache %} {% cache 600 objects_signal_account_detail request.user.id object %} {% include 'mixins/partials/notify.html' %} {% if object_list is not None %} {% for item in object_list.contacts %} {% endfor %}
name number uuid verified blocked
{{ item.name }} {{ item.number }} {% if item.identity.status == "TRUSTED_VERIFIED" %} {% else %} {% endif %} {% if item.blocked %} {% else %} {% endif %}
{% endif %} {% endcache %}