[%# 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__".
Use Email Preferences to filter which notification emails you receive.

Product:
Component:
Watch User:
 

You are currently watching:

[% IF watches.size %] [% FOREACH watch IN watches %] [% IF (watch.component) %] [% ELSE %] [% END %] [% END %]
  Product  Component
  [% watch.component.name FILTER html %]   __Any__
[% 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 %]