diff --git a/templates/widgets/w_chat_right_panel_user.html b/templates/widgets/w_chat_right_panel_user.html index 03a9a0b..8acf4c5 100644 --- a/templates/widgets/w_chat_right_panel_user.html +++ b/templates/widgets/w_chat_right_panel_user.html @@ -9,11 +9,11 @@ {{ item.last_name }} {{ item.first_name }} {{ item.last_msg }} -{# {% if item.unread_msgs_count %}#} - {% if unanswered_msgs_count > 0 %} + {% if item.unread_msgs_count %} +{# {% if unanswered_msgs_count > 0 %}#}
-{# {{ item.unread_msgs_count }}#} + {{ unanswered_msgs_count }}
{% endif %}