mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-02 12:53:20 +01:00
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
|
Hello,
|
||
|
|
||
|
You recently logged a ticket with a subject of '{{ ticket.title }}' with us. This e-mail is to advise you of an update to that ticket.
|
||
|
|
||
|
The following comment was added to ticket {{ ticket.ticket }}:
|
||
|
|
||
|
{{ comment }}
|
||
|
|
||
|
To provide us with further information, please reply to this e-mail.
|
||
|
|
||
|
{% include "helpdesk/emails/text_footer.txt" %}
|