Files
tripwithbonus/templates/widgets/w_request_tech_support.html
SDE 0b35e91159 0.1.18
edit_route fixed
2023-08-01 19:56:09 +03:00

24 lines
640 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load static %}
<div class="container-message-req-sprt">
<div class="message-sprt-title">
<span>
{# Текст последнего сообщени в чате (с размытием)#}
{{ ticket.name }}
</span>
</div>
<div class="message-sprt-inf">
<div>
<span>
Статус: {{ ticket.get_status_display }}
{# Статус: Открыт#}
</span>
{# <img>#}
<span>
{# 10.02.2023#}
{{ ticket.modifiedDT }}
</span>
</div>
</div>
</div>