{% extends "helpdesk/emails/base.html" %} {% block header %}Ticket Updated{% endblock %} {% block content %}
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 }}.
{% endblock %}