[%# 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. #%] [%# The url to the installation is going to be displayed many times. # So we cache it here for better performance. %] [% escaped_urlbase = BLOCK %][% urlbase FILTER xml %][% END %] [% constants.BUGZILLA_VERSION FILTER html %] [% Param('maintainer') FILTER html %] [% FOREACH item = status %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = open_status %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = closed_status %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = resolution %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH keyword = keywords %]
  • [% keyword.name FILTER html %] [% keyword.description FILTER html %]
  • [% END %]
    [% FOREACH item = platform %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = op_sys %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = priority %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH item = severity %]
  • [% item FILTER html %]
  • [% END %]
    [% FOREACH cf = custom_fields %] [% FOREACH item = cf.legal_values %]
  • [% item.name FILTER html %]
  • [% END %]
    [% END %] [% IF Param('useclassification') %] [% FOREACH classification = classifications %]
  • [% classification.name FILTER html %] [% classification.description FILTER html %] [% classification.sortkey FILTER html %]
  • [% END %]
    [% END %] [% FOREACH product = products %] [% uri_product_name = product.name FILTER uri %]
  • [% product.name FILTER html %] [% product.allows_unconfirmed FILTER none %] [% IF Param('useclassification') %] [% class_names.${product.classification_id}.name FILTER html %] [% END %] [% FOREACH comp = product.components %]
  • [% END %] [% FOREACH version = product.versions %]
  • [% END %] [% IF Param('usetargetmilestone') %] [% FOREACH milestone = product.milestones %]
  • [% END %] [% END %]
  • [% END %]
    [% all_visible_flag_types = {} %] [% FOREACH product = products %] [% uri_product_name = product.name FILTER uri %] [% FOREACH comp = product.components %]
  • [% comp.name FILTER html %] [% comp.is_active FILTER none %] [% IF show_flags %] [% flag_types = comp.flag_types.bug.merge(comp.flag_types.attachment) %] [% FOREACH flag_type = flag_types %] [% NEXT UNLESS flag_type.is_active %] [% all_visible_flag_types.${flag_type.id} = flag_type %]
  • [% END %] [% END %]
  • [% END %] [% END %]
    [% FOREACH product = products %] [% uri_product_name = product.name FILTER uri %] [% FOREACH version = product.versions %]
  • [% version.name FILTER html %] [% version.is_active FILTER none %]
  • [% END %] [% END %]
    [% IF Param('usetargetmilestone') %] [% FOREACH product = products %] [% uri_product_name = product.name FILTER uri %] [% FOREACH milestone = product.milestones %]
  • [% milestone.name FILTER html %] [% milestone.is_active FILTER none %]
  • [% END %] [% END %]
    [% END %] [% IF show_flags %] [% FOREACH flag_type = all_visible_flag_types.values.sort('name') %]
  • [% flag_type.id %] [% flag_type.name FILTER html %] [% flag_type.description FILTER html %] [% flag_type.target_type FILTER html %] [% flag_type.is_requestable FILTER none %] [% flag_type.is_requesteeble FILTER none %] [% flag_type.is_multiplicable FILTER none %] [% IF user.in_group("editcomponents") %] [% flag_type.grant_group.name FILTER html %] [% flag_type.request_group.name FILTER html %] [% END %]
  • [% END %]
    [% END %] [% PROCESS "global/field-descs.none.tmpl" %] [% FOREACH item = field %]
  • [% item.name FILTER html %] [% (field_descs.${item.name} OR item.description) FILTER html %] [%-# These values are meaningful for custom fields only. %] [% IF item.custom %] [% item.type FILTER none %] [% field_types.${item.type} FILTER html %] [% item.enter_bug FILTER none %] [% END %] [% IF item.is_active.defined %] [% item.is_active FILTER none %] [% END %]
  • [% END %]