{% if device == "desktop" %} ICQ Contacts for {{ owner["AIMID"] }} - {{ owner["FRIENDLY_NAME"] }} - {{ owner["NICKNAME"] }} - {{ owner["ATTACHED_PHONE_NUMBER"] }} {% else %} ICQ Contacts for {{ owner["UID"] }} - {{ owner["DisplayName"] }} - {{ owner["NickName"] }} - {{ owner["NormalizedPhoneNumber"] }} {% endif %}

{% for k, v in contacts.items() | sort(reverse=true) %} {% set msgs_total = 0 %} {% if "MessagesTotal" in v %} {% set msgs_total = v["MessagesTotal"] %} {% endif %} {% set msgs_sent = 0 %} {% if "MessagesSent" in v %} {% set msgs_sent = v["MessagesSent"] %} {% endif %} {% set msgs_rcvd = 0 %} {% if "MessagesReceived" in v %} {% set msgs_rcvd = v["MessagesReceived"] %} {% endif %} {% if msgs_total|int != 0 or msgs_sent|int != 0 or msgs_rcvd|int != 0 %} {% else %} {% endif %} {% if device == "desktop" %} {% if v["FriendlyName"] != "" %} {% else %} {% endif %} {% else %} {% endif %} {% if device == "desktop" %} {% else %} {% endif %} {% endif %} {% endfor %}
Contact ID Display / Friendly / Nick Name Phone # Sent Received Total
{{ k }} view {{ k }} {{ v["FriendlyName"] }}{{ v["NickName"] }}{{ v["DisplayName"] }}{{ v["SMSNumber"] }} {% else %} {% if v["NormalizedPhoneNumber"] == "" %} None{{ v["NormalizedPhoneNumber"] }}{{ msgs_sent }} {{ msgs_rcvd }} {{ msgs_total }}

{{ contacts | length }} Contacts | {{ owner["TOTAL_SENT"] }} messages sent | {{ owner["TOTAL_RCVD"] }} messages received | {{ owner["TOTAL_ALL"] }} messages in total