{% extends "helpdesk/base.html" %} {% load styled_forms %} {% block helpdesk_title %}{% trans "Add Ticket CC" %}{% endblock %} {% block helpdesk_body %}{% blocktrans %}

Add Ticket CC

To automatically send an email to a user or e-mail address when this ticket is updated, select the user or enter an e-mail address below.

{% endblocktrans %}
{% csrf_token %} {{ form|styled_form }}
{% endblock %}