{% load static %}

Написать сообщение

{#
#} {#
#} {#
#} {#
#} {# #} {# Сергейко Сергей#} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {#
#} {# {% include "widgets/w_message.html" %}#} {#
#} {# #} {#
#} {#
#} {# Пользователи#} {#
#} {# {% include "widgets/w_chat_right_panel_tickets.html" %}#} {#
#} {#
#} {#
#}
{# {{ ticket.manager.last_name }} {{ ticket.manager.first_name }}#} {{ cur_receiver.last_name }} {{ cur_receiver.first_name }}
{% include "blocks/profile/b_messages_container.html" %}
Неразобранные тикеты
{% 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 %}