[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # product: Bugzilla::Product object; The product # # classification: Bugzilla::Classifiation object; classification product is in. #%] [% PROCESS "global/field-descs.none.tmpl" %] [% IF Param('useclassification') %] Classification: [% classification.name FILTER html %] [% END %] Product: Description: Open for [% terms.bug %] entry: [% IF Param('usetargetmilestone') -%] Default milestone: [% IF product.milestones.size %] [% ELSE %] [% END %] [% END %] [% Hook.process('rows') %]