[%# 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. #%] [% series_name = BLOCK %] [% series.category FILTER html %] / [%+ series.subcategory FILTER html %] / [%+ series.name FILTER html %] [% END %] [% PROCESS global/header.html.tmpl title = "Delete Series" style_urls = ['skins/standard/admin.css'] %]

You are going to completely remove the [% series_name FILTER none %] series from the database. All data related to this series will be permanently deleted.

[% IF series.creator %] This series has been created by [% series.creator.email FILTER html %] [% ELSE %] This series has been automatically created by [% terms.Bugzilla %] [% END %] [% IF series.public %] and is public. [% ELSIF series.creator %] and is only visible by this user. [% ELSE %] and cannot be displayed by anybody. [% END %]

Are you sure you want to delete this series?

Yes, delete | No, go back to the charts page

[% PROCESS global/footer.html.tmpl %]