1
0
forked from erp-dev/erp
Files
erpnew/notifier/templates/notifier/events/mission_replied.md
2026-04-14 00:03:22 +08:00

10 lines
271 B
Markdown
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.
任务有新回应
任务ID{{ mission_id }}
分类:{{ category_name }}
回应ID{{ reply_id }}
回应者:{{ responder_name }}
是否结束任务:{% if ends_task %}是{% else %}否{% endif %}
回应内容:{{ reply_content }}
任务描述:{{ description }}