0.0.52
This commit is contained in:
@@ -28,19 +28,21 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="container-messages">
|
||||
{% 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 %}
|
||||
</div>
|
||||
{# <div class="container-messages">#}
|
||||
{# {% 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 %}#}
|
||||
{# </div>#}
|
||||
|
||||
{% include "blocks/profile/b_messages_container.html" %}
|
||||
|
||||
{% if user.is_staff or ticket.manager %}
|
||||
<div class="footer-chat">
|
||||
|
||||
Reference in New Issue
Block a user