main #13

Merged
sysadminix merged 37 commits from main into dev 2024-10-02 13:22:02 +03:00
Showing only changes of commit a3a3565189 - Show all commits

View File

@@ -9,11 +9,11 @@
<span class="user_name_messenger">{{ item.last_name }} {{ item.first_name }}</span>
<span class="last-message-messenger-user-tab">{{ item.last_msg }}</span>
</div>
{# {% if item.unread_msgs_count %}#}
{% if unanswered_msgs_count > 0 %}
{% if item.unread_msgs_count %}
{# {% if unanswered_msgs_count > 0 %}#}
<div class="right-part-tab-user">
<div class="cost-messages-in-user-tab-messenger">
{# <span>{{ item.unread_msgs_count }}</span>#}
<span>{{ unanswered_msgs_count }}</span>
</div>
</div>
{% endif %}