{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Delete Ticket CC" %}{% endblock %} {% block helpdesk_body %}{% blocktrans with cc.email_address as email_address %}
Are you sure you wish to delete this email address ({{ email_address }}) from the CC list for this ticket? They will stop receiving updates.
{% endblocktrans %} {% blocktrans %} {% endblocktrans %}{% endblock %}