[%# 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: object; Bugzilla::Product object representing the product to # which the version belongs. # version: object; Bugzilla::Version object representing the # version the user wants to delete. #%] [% title = BLOCK %]Delete Version of Product '[% product.name FILTER html %]' [% END %] [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] %]
Field Value
Version: [% version.name FILTER html %]
Version of Product: [% product.name FILTER html %]
[% terms.Bugs %]: [% IF version.bug_count %] [%- version.bug_count FILTER none %] [% ELSE %] None [% END %]

Confirmation

[% IF version.bug_count %]

Sorry, there [% IF version.bug_count > 1 %] are [% version.bug_count FILTER none %] outstanding [% terms.bugs %] [% ELSE %] is [% version.bug_count FILTER none %] outstanding [% terms.bug %] [% END %] for this version. You must move [% IF version.bug_count > 1 %] those [% terms.bugs %] [% ELSE %] that [% terms.bug %] [% END %] to another version before this version can be deleted.

[% ELSE %]

Do you really want to delete this version?

[% END %] [% PROCESS admin/versions/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]