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