[%# 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. #%] [% rendered_custom_fields.push('cf_crash_signature'); WRAPPER bug_modal/field.html.tmpl field = field field_type = field.type hide_on_view = bug.${field.name} == "" || bug.${field.name} == "---"; %] [% IF split_cf_crash_signature.size; FOREACH sig IN split_cf_crash_signature; "
"; IF sig.match('^\[\@\s*') && sig.match('\s*\]$'); sig = sig.replace('(^\[\@\s*|\s*\]$)', ''); %] [@ [% sig FILTER html %] ] [% ELSE; sig FILTER html; END; "
"; END; ELSIF value; %] [% value FILTER html FILTER html_line_break %] [% END %] [% END %]