16
16
<div metal:fill-slot="main">
18
<div class="top-portlet" tal:condition="view/subscription">
21
Choose “Unsubscribe” to remove your subscription to this
22
blueprint, or “Cancel” to return to the blueprint page.
27
<div class="top-portlet" tal:condition="not: view/subscription">
30
Choose “Subscribe” to subscribe to this blueprint,
31
or “Cancel” to return to the blueprint page.
36
<form action="." method="POST">
40
<tal:subscribed condition="view/subscription">
41
<input type="checkbox" id="essential" name="essential"
42
value="yes" checked="yes"
43
tal:condition="view/subscription/essential" />
44
<input type="checkbox" id="essential" name="essential"
46
tal:condition="not: view/subscription/essential" />
48
<tal:not_subscribed condition="not: view/subscription">
49
<input type="checkbox" id="essential" name="essential"
53
<label for="essential">Participation essential</label>
56
Check this box only if you are required to be included in all discussions about
57
this feature when you are attending sprints or meetings with this
58
feature on the agenda.
64
<input tal:condition="not: view/subscription"
68
<input tal:condition="view/subscription"
72
<input tal:condition="view/subscription"
75
value="Unsubscribe" />
18
<div metal:use-macro="context/@@launchpad_form/form">