[%# 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. #%] [%# initialise product to component mapping #%] [% SET selectable_products = user.get_selectable_products %] [% SET dont_show_button = 1 %]

Select the components you want to watch.
To watch all components in a product, watch "__Any__".
Watching components starting with "Developer Tools" is the same as watching "Developer Tools", "Developer Tools: Console", "Developer Tools: Debugger", etc. If a new component is added which starts with "Developer Tools", you'll automatically start watching that too.
Use Email Preferences to filter which notification emails you receive.

Product:
Component: Select the component(s) to add to your watch list:

Or watch components starting with:
Watch User:
 

You are currently watching:

[% IF watches.size %] [% FOREACH watch IN watches %] [% END %]
  Product  Component
  [% IF (watch.component) %] [% watch.component.name FILTER html %] [% ELSIF watch.component_prefix %] starts with: [% watch.component_prefix FILTER html %] [% ELSE %] __Any__ [% END %]
[% ELSE %]

You are not watching any components directly.

[% END %] [% IF user_watches.size %]

[% watches.size ? "In addition," : "However," %] you are watching the following components by watching users:

[% FOREACH watch IN user_watches %] [% END %]
User  Product  Component
[% watch.user.login FILTER html %]  [% watch.component.product.name FILTER html %]   [% watch.component.name FILTER html %]

Use Email Preferences to manage this list.

[% END %]