#
#%]
-[% PROCESS global/header.html.tmpl
- title = 'New Product Created'
-%]
+[% title = BLOCK %]New Product '[% product.name FILTER html %]' Created[% END %]
+
+[% PROCESS global/header.html.tmpl title = title %]
+
<br>
<div style='border: 1px red solid; padding: 1ex;'>
<b>You will need to
#
#%]
-[% PROCESS global/header.html.tmpl
- title = 'Deleting product'
-%]
+[% title = BLOCK %]Product '[% product.name FILTER html %]' Deleted[% END %]
+
+[% PROCESS global/header.html.tmpl title = title %]
[% IF product.bug_count %]
All references to deleted [% terms.bugs %] removed.
# groups_controls: a hash of group controls related to the product.
#%]
-[% title = BLOCK %]Edit Product[% END %]
+[% title = BLOCK %]Edit Product '[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
title = title