summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-dev-engagement-event.txt.tmpl
blob: 0cfcf7887f5be91b4ed961dfc77b2b2952353259 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[%# 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.
  #%]

[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]

::

Name:
[%+ cgi.param('name') %]

Email Address:
[%+ cgi.param('email') %]

Role in relation to event:
[%+ cgi.param('role') %]

Vouched Mozillian:
[%+ cgi.param('vouched_mozillian') %]

[% IF cgi.param('vouched_mozillian') == 'Yes' %]
Mozillian URL:
[%+ cgi.param('mozillian_profile_url') %]
[% END %]

::

Developer Event?:
[%+ cgi.param('developer_event') %]

Is Mozilla Attending?:
[%+ cgi.param('mozilla_attending') %]

[% IF cgi.param('mozilla_attending') == 'Yes' %]
Mozilla Attending List:
[%+ cgi.param('mozilla_attending_list') %]
[% END %]

Code of Conduct?:
[%+ cgi.param('code_of_conduct') %]

Code of Conduct URL:
[%+ cgi.param('code_of_conduct_url') %]

Event Name:
[%+ cgi.param('event') %]

Start Date:
[%+ cgi.param('start_date') %]

End Date:
[%+ cgi.param('end_date') %]

Event Location:
[%+ cgi.param('event_location') %]

Event Location Description:
[%+ cgi.param('location') || "-" %]

Venue:
[%+ cgi.param('venue') || "-" %]

Weblink:
[%+ cgi.param('link') || "-" %]

Expected Attendees:
[%+ cgi.param('attendees') || "-" %]

Event Description:
[%+ cgi.param('desc') || "-" %]

::

Relevant Products:
[% "\n* Firefox OS" IF cgi.param('product_fxos') %]
[% "\n* Firefox Web Browser" IF cgi.param('product_fx') %]
[% "\n* Webmaker" IF cgi.param('product_webmaker') %]
[% "\n* Persona" IF cgi.param('product_persona') %]
[% "\n* Marketplace" IF cgi.param('product_marketplace') %]
[% "\n* Thunderbird" IF cgi.param('product_tb') %]
[% "\n* The Free and Open Web" IF cgi.param('product_fow') %]
[% "\n* Developer Tools" IF cgi.param('product_devtools') %]
[% "\n* Other: " _ cgi.param('product_other_text') IF cgi.param('product_other') %]

Option to Sponsor a Booth?:
[%+ cgi.param('sponsor_booth') %]

Need a Speaker?:
[%+ cgi.param('speaker_needed') %]

[% IF cgi.param('speaker_needed') == 'Yes' %]
Speaker Needed Topic:
[%+ cgi.param('speaker_needed_topic') %]
[% END %]

Development Session?:
[%+ cgi.param('development_session') %]

::

Requests:
[% "\n* Keynote Presentation" IF cgi.param('request_keynote') %]
[% "\n* Talk Presentation" IF cgi.param('request_talk') %]
[% "\n* Workshop" IF cgi.param('request_workshop') %]
[% "\n* Sponsorship" IF cgi.param('request_sponsorship') %]
[% "\n* Other: " _ cgi.param('request_other_text') IF cgi.param('request_other') %]

Mozilla Sponsored Event Before?:
[%+ cgi.param('previous_event') %]

[% IF cgi.param('previous_event') == 'Yes' %]
Previous Event Year:
[%+ cgi.param('previous_event_year') %]

Previous Event Name:
[%+ cgi.param('previous_event_name') %]
[% END %]

Suggested sponsorship amount/level:
[%+ cgi.param('sponsorship_suggestion') || "-" %]

Anything Else:
[%+ cgi.param('else') || "-" %]