django-helpdeskmig/templates/helpdesk/emails/cc_escalated.html
Ross Poulton 224ad8722f * Add templates for escalation
* E-mail owner, Queue CC and submitter on escalation
2008-01-22 06:10:48 +00:00

11 lines
479 B
HTML

{% extends "helpdesk/emails/base.html" %}
{% block header %}Ticket Escalated{% endblock %}
{% block content %}
<p style='font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11pt;'>Hello,</p>
<p style='font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11pt;'>This is a courtesy e-mail to let you know that ticket <a href='{{ ticket.staff_url }}'><b>{{ ticket.ticket }}</b></a> (<em>{{ ticket.title }}</em>) has been escalated automatically.</p>
{% endblock %}