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

14 lines
395 B
Plaintext
Raw Normal View History

Hello,
Ticket {{ ticket.ticket }} ({{ ticket.title }}), which is assigned to you, has been updated.
The following comment was added to ticket {{ ticket.ticket }}:
{{ 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" %}