The system is owned by <%= owner.toHTML() %>.
<% if (can_change_owner) { %>
<% } %>
Notifications sent to the owner will be copied to these addresses:
<% if (_.isEmpty(notify_cc)) { %>
(none)
<% } %>
<% _.each(notify_cc, function (cc_email) { %>
-
<%- cc_email %>
<% if (can_change_notify_cc) { %>
<% } %>
<% }) %>