django-helpdeskmig/templates/helpdesk/emails/cc_updated.txt

14 lines
337 B
Plaintext
Raw Normal View History

Hello,
Ticket {{ ticket.ticket }} ({{ ticket.title }}) has been updated.
The following comment was added:
{{ comment }}
This information has {% if private %}not {% endif %} been e-mailed to the submitter.
If you wish to view this ticket online, you can visit {{ ticket.staff_url }}.
{% include "helpdesk/emails/text_footer.txt" %}