2c5b3e83f5
* New design for daily work summary * Update tests
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 %} |