0.0.103
This commit is contained in:
19
templates/blocks/profile/b_list_of_tickets_support_chat.html
Normal file
19
templates/blocks/profile/b_list_of_tickets_support_chat.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{% load static %}
|
||||||
|
|
||||||
|
<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 %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<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>
|
||||||
@@ -60,23 +60,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if user.is_staff %}
|
{% if user.is_staff %}
|
||||||
<div class="block-list-of-users">
|
<div class="block-list-of-users">
|
||||||
<span class="title-list-of-users">Неразобранные тикеты</span>
|
{% include "blocks/profile/b_list_of_tickets_support_chat.html" %}
|
||||||
<div class="insert_users">
|
|
||||||
{% if tickets_wo_manager %}
|
|
||||||
{% for item in tickets_wo_manager %}
|
|
||||||
{% include "widgets/w_chat_right_panel_tickets.html" %}
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user