[% ELSE %]
Versions:
[% END %]
+ </td>
<td>
[% IF product.versions.size > 0 %]
[% FOREACH v = product.versions %]
[% IF !Param("allowbugdeletion") %]
- Sorry, there
+ <p>Sorry, there
[% IF product.bug_count > 1 %]
are [% product.bug_count FILTER html %] [%+ terms.bugs %]
that [% terms.bug %]
[% END %]
- to another product before you can delete this one.
+ to another product before you can delete this one.</p>
[% ELSE %]
[% IF product.bug_count == 0 || Param('allowbugdeletion') %]
- <p>Do you really want to delete this product?<p>
+ <p>Do you really want to delete this product?</p>
<form method="post" action="editproducts.cgi">
<input type="submit" id="delete" value="Yes, delete">