2
xmlns="http://www.w3.org/1999/xhtml"
3
xmlns:tal="http://xml.zope.org/namespaces/tal"
4
xmlns:metal="http://xml.zope.org/namespaces/metal"
5
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
6
metal:use-macro="view/macro:page/main_only"
7
i18n:domain="launchpad">
9
<div metal:fill-slot="main">
11
Deleting a team is permanent. It cannot be undone.
14
<p tal:condition="view/has_mailing_list">
15
This team cannot be deleted until its mailing list is first
16
deactivated, then purged after the deactivation is confirmed.
19
<p tal:condition="context/activemembers/count">
20
<tal:dupe_name replace="context/fmt:displayname" /> has
21
<tal:member_count replace="context/activemembers/count" />
22
active members who will be removed before it is deleted.
25
<div metal:use-macro="context/@@launchpad_form/form">
26
<tal:suppress-superfluous-widgets metal:fill-slot="widgets" />