Reimplement compose and add tiling windows
This commit is contained in:
7
core/templates/partials/compose-message-rows.html
Normal file
7
core/templates/partials/compose-message-rows.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if message_rows %}
|
||||
{% for msg in message_rows %}
|
||||
{% include "partials/compose-message-row.html" with msg=msg only %}
|
||||
{% endfor %}
|
||||
{% elif show_empty_state %}
|
||||
<p class="compose-empty">{{ empty_message|default:"No stored messages for this contact yet." }}</p>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user