chat routines
This commit is contained in:
SDE
2023-08-07 14:24:55 +03:00
parent 6bb2a4249e
commit ef2f2cc8e8
7 changed files with 74 additions and 41 deletions

View File

@@ -61,7 +61,7 @@
<div class="insert_users">
{% if tickets_wo_manager %}
{% for item in tickets_wo_manager %}
{% include "widgets/w_tab_user.html" %}
{% include "widgets/w_chat_right_panel_tickets.html" %}
{% endfor %}
{% endif %}
@@ -70,7 +70,7 @@
<span class="title-list-of-users">Тикеты в работе</span>
{% if tickets_for_manager %}
{% for item in tickets_for_manager %}
{% include "widgets/w_tab_user.html" %}
{% include "widgets/w_chat_right_panel_tickets.html" %}
{% endfor %}
{% endif %}
</div>