{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Ticket CC Settings" %}{% endblock %} {% block helpdesk_body %}{% blocktrans with ticket.title as ticket_title and ticket.id as ticket_id %}
The following people will receive an e-mail whenever {{ ticket_title }} is updated. Some people can also view or edit the ticket via the public ticket views.
You can add a new e-mail address to the list or delete any of the items below as required.
{% endblocktrans %}{% trans "Ticket CC List" %} | |||
{% trans "E-Mail Address" %} | {% trans "View?" %} | {% trans "Update?" %} | {% trans "Delete" %} |
---|---|---|---|
{{ person.display }} | {{ person.can_view }} | {{ person.can_update }} | {% trans "Delete" %} |
{% blocktrans with ticket.title as ticket_title %}Return to {{ ticket_title }}{% endblocktrans %}
{% endblock %}