Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-12-03 20:56:38 +03:00
4 changed files with 25 additions and 15 deletions

View File

@@ -19,11 +19,7 @@
<div class="message-sprt-title">
<span>
{# Текст последнего сообщени в чате (с размытием)#}
{% if ticket.get_last_msg.text %}
{{ ticket.get_last_msg.text }}
{% elif ticket.get_last_msg.files %}
{{ ticket.get_last_msg.files.0.file_name }}
{% endif %}
{{ ticket.get_last_msg_txt }}
</span>
</div>