This commit is contained in:
2023-08-08 16:07:08 +03:00
parent 66562b58d3
commit f62c603ad4
2 changed files with 14 additions and 18 deletions

View File

@@ -69,16 +69,9 @@
<div class="block-list-of-users">
<span class="title-list-of-users">Чаты:</span>
<div class="insert_users">
{% if tickets_wo_manager %}
{% for item in tickets_wo_manager %}
{% include "widgets/w_chat_right_panel_tickets.html" %}
{% endfor %}
{% else %}
{% for item in receivers %}
{% include "widgets/w_chat_right_panel_users.html" %}
{% endfor %}
{% endif %}
{% for receiver in receivers %}
{% include "widgets/w_chat_right_panel_tickets.html" %}
{% endfor %}
</div>
</div>