{% load static %} {#{% load static %}#} {#
#}

Техническая поддержка

{% if ticket %}
{{ ticket.name }}
{% if user.is_staff or ticket.manager %}
{{ cur_receiver.last_name }} {{ cur_receiver.first_name }}
{% endif %} {#
#} {# {% if not messages %}#} {# {% with text=ticket.text modifiedDT=ticket.modifiedDT %}#} {# {% include "widgets/w_message.html" %}#} {# {% endwith %}#} {# {% else %}#} {# {% for msg in messages %}#} {# {% with text=msg.text modifiedDT=msg.modifiedDT %}#} {# {% include "widgets/w_message.html" %}#} {# {% endwith %}#} {# {% endfor %}#} {# {% endif %}#} {#
#}
{% include "blocks/profile/b_messages_container.html" %}
{% endif %} {% if user.is_staff %}
{% include "blocks/profile/b_list_of_tickets_support_chat.html" %}
{% endif %}
{#
#}