summaryrefslogtreecommitdiffstats
path: root/extensions/MozProjectReview/template/en/default/bug/create/initial-questions-comment.txt.tmpl
blob: 9b880af0666d6fc7441ecd950bcfb128b3cd3d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[%# 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.
  #%]
>> Initial Questions

Description:
[%+ cgi.param('comment') %]

Key Initiative:
[%+ cgi.param('key_initiative') == 'Other' ? cgi.param('key_initiative_other') : cgi.param('key_initiative') %]

Mozilla Data:
[%+ cgi.param('mozilla_data') %]

[% IF cgi.param('mozilla_data') == 'Yes' %]
Mozilla Data Explanation:
[%+ cgi.param('mozilla_data_explain') %]
[% END %]

Type of Contract:
[%+ cgi.param('contract_type') %]

Vendor Cost:
[%+ cgi.param('vendor_cost') %]

Time Frame For Completion:
[%+ cgi.param('timeframe') %]

Priority:
[%+ cgi.param('contract_priority') %]

Internal Organization:
[%+ cgi.param('internal_org') %]

[% IF cgi.param('total_cost') %]
Total Cost:
[%+ cgi.param('total_cost') %]
[% END %]