This commit is contained in:
2023-08-02 19:37:07 +03:00
parent 881916afcf
commit 541610ac18
4 changed files with 27 additions and 27 deletions

View File

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