0.0.74
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user