support chat v3
This commit is contained in:
SDE
2023-08-14 14:54:22 +03:00
parent 3465563b27
commit 24f26dd0ea
5 changed files with 47 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
{% load static %}
<div class="block_tickets_in_work">
<span class="title-list-of-users">Тикеты в работе</span>
{% if tickets_for_manager %}
{% for item in tickets_for_manager %}
{% include "widgets/w_chat_right_panel_tickets.html" %}
{% endfor %}
{% endif %}
</div>