[%# 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.
#%]
-
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_bottom" %]
[%# Saved searches %]
[% IF user.showmybugslink OR user.queries.size %]
-
[% print_pipe = 0 %]
[% IF user.showmybugslink %]
[% filtered_username = user.login FILTER uri %]
-
My [% terms.Bugs %]
[% print_pipe = 1 %]
[% END %]
[% FOREACH q = user.queries %]
[% NEXT UNLESS q.link_in_footer %]
-
[% '| ' IF print_pipe %]
[% q.name FILTER html %]
[% print_pipe = 1 %]
[% END %]
[% END %]
[% IF user.queries_subscribed.size %]
-
[% END %]
[% IF user.reports.size %]
-
[% END %]
[%# Sections of links to more things users can do on this installation. %]
[% Hook.process("end") %]