0.8.434
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
{# <div class="title-profile-cont">#}
|
||||
{# <h1>Техническая поддержка</h1>#}
|
||||
{# </div>#}
|
||||
<img class="loader_chat_f_sw_chats support" src="{% static "/img/svg/loader.svg" %}" alt="loader">
|
||||
{% if user.is_staff or staff %}
|
||||
<div class="menu_buttons curtain left {% if mobile %}{% if not ticket %}open{% else %}close{% endif %}{% else %}open{% endif %}{% if name.ticket %}margin{% endif %}" data-name="<img style='width: 25px;display: block;position: relative;bottom: 0;' src='{% static "/img/svg/users-solid.svg" %}'>">
|
||||
<div class="container_block_list_of_users">
|
||||
@@ -26,6 +25,11 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if not ticket %}
|
||||
<div class="block_loader_chat">
|
||||
<img class="loader_chat_f_sw_chats" src="{% static "/img/svg/loader.svg" %}" alt="loader">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if ticket %}
|
||||
<div class="name_ticket {% if not user.is_staff and not staff %}w_100{% endif %}">
|
||||
<span>{{ ticket.name }}</span>
|
||||
|
||||
Reference in New Issue
Block a user