mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
{{ title }}
|
|
|
|
{% for reply in replies %}
|
|
{{ reply.sender_name }}:
|
|
{{ reply.content }}
|
|
|
|
|
|
{% endfor %}
|
|
{% if did_not_reply %}
|
|
{{ did_not_reply_title }}: {{ did_not_reply }}
|
|
{% endif %} |