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">
10
<div metal:fill-slot="main">
11
<div metal:use-macro="context/@@launchpad_form/form">
12
<div id='confirmation-message' metal:fill-slot="extra_info">
13
<p class="large-warning" style="padding:2px 2px 0 36px;">
14
You are about to mark bug
15
"<tal:bug replace="context/bug/title">some bug</tal:bug>"
16
<br>as no longer affecting
18
replace="context/target/bugtargetdisplayname">some target
21
<strong>Please confirm you really want to do this.</strong></p>