[%# 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/variables.none.tmpl %] [% INCLUDE global/header.html.tmpl title = "Internship Dashboard" style_urls = [ "extensions/BMO/web/styles/reports.css" ] style = "#report td { vertical-align: top; }" %]

Internship Dashboard

[% IF bugs.size %] [% FOREACH bug = bugs %] [% END %]
[% terms.Bug %] Summary Status Hiring Manager SCVP Product Line Business Need Name
[% bug.id FILTER bug_link(bug) FILTER none %] [% bug.short_desc FILTER html %] [% bug.bug_status FILTER html %] [% bug.hiring_manager FILTER html %] [% bug.scvp FILTER html %] [% bug.product_line FILTER html FILTER html %] [% bug.business_need FILTER html FILTER html_line_break %] [% bug.intern_name FILTER html FILTER html %]
[% ELSE %]

No open intern requisitions.

[% END %] [% INCLUDE global/footer.html.tmpl %]