Newer
Older
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
<div id="primary-subject-area-options" class="torque-edit-options-list">
{{ subject_area_table() }}
</div>
<div id="priority-populations-options" class="torque-edit-options-list">
{{ populations_table() }}
</div>
<div id="employee-options" class="torque-edit-options-list">
{{ employees_table() }}
</div>
<div class="proposal-main-content">
<div class="proposal">
<div class="proposal-header">
{% if 'Organization Name' in proposal and proposal['Organization Name'] -%}
<div class="h1">{{ proposal['Organization Name'] }}</div>
{% endif -%}
</div>
<div class="proposal-body">
<div class="proposal-sidebar noprint">
<div class="lfc--accordion">
<div id="proposal-toc" class="accordion-item">
<div class="accordion-title">Table of Contents</div>
<div class="accordion-content">
__TOC__
</div>
</div>
<div id="proposal-admin-review" data-show-if-outside-cache="accordion-admin-review" style="display:none" class="accordion-item open">
<div class="accordion-title">Admin Review</div>
<div class="accordion-content">
<div class="lfc--inside-cache" id="accordion-admin-review"></div>
</div>
</div>
</div>
</div>
<div class="proposal-content">
<div id="snapshot-accordion" class="lfc--accordion">
<div id="proposal-snapshot" class="accordion-item open">
<div class="accordion-title">Snapshot</div>
<div class="accordion-content">
<div class="snapshot-columns">
<dl class="lfc--datapairs">
{% if 'Video' in proposal and proposal['Video'] -%}
<div class="pair">
<dd>
{{ "{{" }} #evu:{{ proposal['Video'] }}|dimensions=400{{ "}}" }}
</dd>
</div>
{% endif -%}
{% if 'Rank' in proposal and proposal['Rank'] -%}
<div class="pair">
<dt>Rank</dt>
<dd>
{{ proposal['Rank'] }}
</dd>
</div>
{% endif -%}
{% if 'Panel Score' in proposal and proposal['Panel Score'] -%}
<div class="pair">
<dt>Panel Score</dt>
<dd>
{{ proposal['Panel Score']['Normalized'] }}
</dd>
</div>
{% endif -%}
{% if 'Project Description' in proposal and proposal['Project Description'] -%}
<div class="pair">
<dt>Description of Work</dt>
<dd>
{{ proposal['Project Description'] }}
</dd>
</div>
{% endif -%}
</dl>
<dl class="lfc--datapairs">
{% if 'Priority Populations' in proposal and proposal['Priority Populations'] -%}
<div class="pair">
<dt>Priority populations</dt>
<dd>
{% for pop in proposal['Priority Populations'] %}
* {{ pop }}
{% endfor %}
</dd>
</div>
{% endif -%}
{% if 'Primary Subject Area' in proposal and proposal['Primary Subject Area'] -%}
<div class="pair link-hierarchy">
<dt>Primary Subject Area</dt>
<dd>
{% if proposal['Primary Subject Area']['Level'] == 'Level 1' -%}
<span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 1'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 1'] }}]]
</span>
{% elif proposal['Primary Subject Area']['Level'] == 'Level 2' -%}
<span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 1'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 1'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 2'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 2'] }}]]
</span>
{% elif proposal['Primary Subject Area']['Level'] == 'Level 3' -%}
<span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 1'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 1'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 2'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 2'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 3'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 3'] }}]]
</span>
{% elif proposal['Primary Subject Area']['Level'] == 'Level 4' -%}
<span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 1'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 1'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 2'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 2'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 3'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 3'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 4'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 4'] }}]]
</span>
{% endif -%}
</dd>
</div>
{% endif -%}
{% if 'Annual Operating Budget' in proposal and proposal['Annual Operating Budget'] -%}
<div class="pair">
<dt>Annual operating budget</dt>
<dd>
<span class="torque--explore-link" data-filter-name="annual_operating_budget" data-filter-value="{{proposal['Annual Operating Budget']}}">[[Special:TorqueExplore|{{proposal['Annual Operating Budget']}}]]</span></dd>
</dd>
</div>
{% endif -%}
{% if 'Number of Employees' in proposal and proposal['Number of Employees'] -%}
<div class="pair">
<dt>Number of employees</dt>
<dd>
<span class="torque--explore-link" data-filter-name="number_of_employes" data-filter-value="{{proposal['Number of Employees']}}">[[Special:TorqueExplore|{{proposal['Number of Employees']}}]]</span>
</dd>
</div>
{% endif -%}
{% if 'Key Words and Phrases' in proposal and proposal['Key Words and Phrases'] -%}
<div class="pair">
<dt>Key words</dt>
<dd>
{% for key_word in proposal['Key Words and Phrases'] %}
* {{ key_word }}
{% endfor %}
</dd>
</div>
{% endif -%}
{% if 'Future Work Locations' in proposal and proposal['Future Work Locations'] -%}
<div class="pair">
<dt>Where do you intend to implement your proposed project?</dt>
<dd>
{% for location in proposal['Future Work Locations'] %}
{% if location['State/Province'] -%}
* <span class="torque--explore-link" data-filter-name="future_work_locations" data-filter-value="{{location['State/Province']}}">[[Special:TorqueExplore|{{location['State/Province'],location['Country']}}]]</span>
* <span class="torque--explore-link" data-filter-name="future_work_locations" data-filter-value="{{location['Country']}}">[[Special:TorqueExplore|{{location['Country']}}]]</span>
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
{% endif -%}
{% endfor -%}
</dd>
</div>
{% endif -%}
</dl>
</div>
</div>
</div>
</div>
<div class="proposal-section">
= Registration Information =
<dl class="lfc--datapairs horizontal">
{% if 'Application #' in proposal and proposal['Application #'] -%}
<div class="pair">
<dt>Application #</dt>
<dd>
{{ proposal['Application #'] }}
</dd>
</div>
{% endif -%}
{% if 'Submittable ID' in proposal and proposal['Submittable ID'] -%}
<div class="pair">
<dt>Submittable ID</dt>
<dd>
{{ proposal['Submittable ID'] }}
</dd>
</div>
{% endif -%}
{% if 'Organization Legal Status' in proposal and proposal['Organization Legal Status'] -%}
<div class="pair">
<dt>Organization Legal Status</dt>
<dd>
{{ proposal['Organization Legal Status'] }}
</dd>
</div>
{% endif -%}
{% if 'Organization Name' in proposal and proposal['Organization Name'] -%}
<div class="pair">
<dt>Lead Organization Name <span class="torque-edit-button" data-type="line" data-field="Organization Name"></span></dt>
<dd>
{{ proposal['Organization Name'] }}
</dd>
</div>
{% endif -%}
{% if 'Organization Location' in proposal and proposal['Organization Location'] -%}
<div class="pair">
<dt>Lead Organization Address</dt>
<dd>
<div>
{% if proposal['Organization Location']['Street Address'] %}{{ proposal['Organization Location']['Street Address'] }}<br />
{% endif -%}
{% if proposal['Organization Location']['Address Line 2'] %}{{ proposal['Organization Location']['Address Line 2'] }}<br />
{% endif -%}
{% if proposal['Organization Location']['City'] %}{{ proposal['Organization Location']['City'] }}{% if proposal['Organization Location']['State/Province'] %}, [[Organization_Location#{{ proposal['Organization Location']['State/Province'] }}|{{ proposal['Organization Location']['State/Province'] }}]]{% endif %}{% if proposal['Organization Location']['Zip/Postal Code'] %} {{ proposal['Organization Location']['Zip/Postal Code'] }}{% endif %}<br />
{% endif -%}
{% if proposal['Organization Location']['Locality/District/County'] %}{{ proposal['Organization Location']['Locality/District/County'] }}<br />
{% endif -%}
{% if proposal['Organization Location']['Country'] %}[[Organization_Location#{{ proposal['Organization Location']['Country'] }}|{{ proposal['Organization Location']['Country'] }}]]<br />
{% endif -%}
</div>
</dd>
</div>
{% endif -%}
{% if 'Applicant Tax Identification Number' in proposal and proposal['Applicant Tax Identification Number'] -%}
<div class="pair">
<dt>Applicant Tax Identification Number <span class="torque-edit-button" data-type="line" data-field="Applicant Tax Identification Number"></span></dt>
<dd>
{{ proposal['Applicant Tax Identification Number'] }}
</dd>
</div>
{% endif -%}
{% if 'year of Formation' in proposal and proposal['year of Formation'] -%}
<div class="pair">
<dt>Year of Formation <span class="torque-edit-button" data-type="line" data-field="Year of Formation"></span></dt>
<dd>
{{ proposal['Year of Formation'] }}
</dd>
</div>
{% endif -%}
{% if 'Organization Website' in proposal and proposal['Organization Website'] -%}
<div class="pair">
<dt>Lead Organization Website or Social media Page <span class="torque-edit-button" data-type="line" data-field="Organization Website"></span></dt>
<dd>
{{ proposal['Organization Website'] }}
</dd>
</div>
{% endif -%}
{% if 'Primary Contact' in proposal and proposal['Primary Contact'] -%}
<div class="pair">
<dt>Primary Contact</dt>
<dd>
<div>
{% if proposal['Primary Contact']['First Name'] %}'''{{ proposal['Primary Contact']['First Name'] }} {{ proposal['Primary Contact']['Last Name'] }}'''{% if proposal['Primary Contact']['Title'] %}, {{ proposal['Primary Contact']['Title'] }}{% endif %}<br/>
{% endif -%}
{% if proposal['Primary Contact']['Phone'] %}{{ proposal['Primary Contact']['Phone'] }}<br/>
{% endif -%}
{% if proposal['Primary Contact']['Email'] %}{{ proposal['Primary Contact']['Email'] }}<br/>
{% endif -%}
</div>
</dd>
</div>
{% endif -%}
{% if 'Secondary Contact' in proposal and proposal['Secondary Contact'] -%}
<div class="pair">
<dt>Seconary Contact</dt>
<dd>
<div>
{% if proposal['Secondary Contact']['First Name'] %}{{ proposal['Secondary Contact']['First Name'] }} {{ proposal['Secondary Contact']['Last Name'] }}{% if proposal['Secondary Contact']['Title'] %} ({{ proposal['Secondary Contact']['Title'] }}){% endif %}<br/>
{% endif -%}
{% if proposal['Secondary Contact']['Phone'] %}{{ proposal['Secondary Contact']['Phone'] }}<br/>
{% endif -%}
{% if proposal['Secondary Contact']['Email'] %}{{ proposal['Secondary Contact']['Email'] }}<br/>
{% endif -%}
</div>
</dd>
</div>
{% endif -%}
{% if 'Source' in proposal and proposal['Source'] -%}
<div class="pair">
<dt>How did you hear about the Gulf Futures Challenge?</dt>
<dd>
{{proposal["Source"]["Source"]}}
{% if 'Other' in proposal['Source'] and proposal['Source']['Other'] -%}
{{proposal["Source"]["Other"]}}
{% endif -%}
</dd>
</div>
{% endif -%}
</dl>
</div>
<div class="proposal-section">
= Administrative Information =
<dl class="lfc--datapairs">
{% if 'Annual Operating Budget' in proposal and proposal['Annual Operating Budget'] -%}
<div class="pair">
<dt>Annual operating budget</dt>
<dd>
[[Annual_Budgets#{{ proposal['Annual Operating Budget'] }}|{{ proposal['Annual Operating Budget'] }}]]
</dd>
</div>
{% endif -%}
{% if 'Number of Employees' in proposal and proposal['Number of Employees'] -%}
<div class="pair">
<dt>Number of Employees <span class="torque-edit-button" data-type="option" data-list-id="employee-options" data-field="Number of Employees"></span></dt>
<dd>
{{ proposal['Number of Employees'] }}
</dd>
</div>
{% endif -%}
</dl>
</div>
<div class="proposal-section">
= Subject Area and Location of Work =
<dl class="lfc--datapairs">
{% if 'Primary Subject Area' in proposal and proposal['Primary Subject Area'] -%}
<div class="pair">
<dt>Primary Subject Area <span class="torque-edit-button" data-type="option" data-list-id="primary-subject-area-options" data-field="Primary Subject Area"></span></dt>
<dd>
{% if proposal['Primary Subject Area']['Level'] == 'Level 1' -%}
<span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 1'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 1'] }}]]
</span>
{% elif proposal['Primary Subject Area']['Level'] == 'Level 2' -%}
<span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 1'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 1'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 2'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 2'] }}]]
</span>
{% elif proposal['Primary Subject Area']['Level'] == 'Level 3' -%}
<span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 1'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 1'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 2'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 2'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 3'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 3'] }}]]
</span>
{% elif proposal['Primary Subject Area']['Level'] == 'Level 4' -%}
<span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 1'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 1'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 2'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 2'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 3'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 3'] }}]]
</span> > <span class="torque--explore-link"
data-filter-name="primary_subject_area"
data-filter-value="{{ proposal['Primary Subject Area']['Level 4'] }}">
[[Special:TorqueExplore |{{ proposal['Primary Subject Area']['Level 4'] }}]]
</span>
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
{% endif -%}
</dd>
</div>
{% endif -%}
{% if 'Additional Subject Areas' in proposal and proposal['Additional Subject Areas'] -%}
<div class="pair">
<dt>Secondary Subject Area <span class="torque-edit-button" data-type="option" data-list-id="primary-subject-area-options" data-field="Additional Subject Areas"></span></dt>
<dd>
{% if proposal['Additional Subject Areas']['Level'] == 'Level 1' -%}
{{ proposal['Additional Subject Areas']['Level 1'] }}
{% elif proposal['Additional Subject Areas']['Level'] == 'Level 2' -%}
{{ proposal['Additional Subject Areas']['Level 1'] }} > {{ proposal['Additional Subject Areas']['Level 2'] }}
{% elif proposal['Additional Subject Areas']['Level'] == 'Level 3' -%}
{{ proposal['Additional Subject Areas']['Level 1'] }} > {{ proposal['Additional Subject Areas']['Level 2'] }} > {{ proposal['Additional Subject Areas']['Level 3'] }}
{% elif proposal['Additional Subject Areas']['Level'] == 'Level 4' -%}
{{ proposal['Additional Subject Areas']['Level 1'] }} > {{ proposal['Additional Subject Areas']['Level 2'] }} > {{ proposal['Additional Subject Areas']['Level 3'] }} > {{ proposal['Additional Subject Areas']['Level 4'] }}
{% endif -%}
</dd>
</div>
{% endif -%}
{% if 'Key Words and Phrases' in proposal and proposal['Key Words and Phrases'] -%}
<div class="pair">
<dt>Key words</dt>
<dd>
{% for key_word in proposal['Key Words and Phrases'] %}
* {{ key_word }}
{% endfor %}
</dd>
</div>
{% endif -%}
{% if 'Current Work Locations' in proposal and proposal['Current Work Locations'] -%}
<div class="pair">
<dt>Location of Current Work</dt>
<dd>
{% for location in proposal['Current Work Locations'] %}
{% if location['State/Province'] -%}
* <span class="torque--explore-link" data-filter-name="current_work_locations" data-filter-value="{{location['State/Province']}}">[[Special:TorqueExplore|{{location['State/Province'],location['Country']}}]]</span>
* <span class="torque--explore-link" data-filter-name="current_work_locations" data-filter-value="{{location['Country']}}">[[Special:TorqueExplore|{{location['Country']}}]]</span>
{% endif -%}
{% endfor -%}
</dd>
</div>
{% endif -%}
{% if 'Priority Populations' in proposal and proposal['Priority Populations'] -%}
<div class="pair">
<dt>Priority Populations <span class="torque-edit-button" data-type="list-of-options" data-list-id="priority-populations-options" data-field="Priority Populations"></span></dt>
<dd>
{% for idx in range(proposal['Priority Populations']|length) %}
{% set pop = proposal['Priority Populations'][idx] -%}
* <span class="torque--explore-link" data-filter-name="priority_populations" data-filter-value="{{pop}}">[[Special:TorqueExplore|{{pop}}]]</span>
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
{% endfor %}
</dd>
</div>
{% endif -%}
</dl>
</div>
<div class="proposal-section">
= Quick Pitch =
<dl class="lfc--datapairs">
{% if 'Project Description' in proposal and proposal['Project Description'] -%}
<div class="pair">
<dt>Description of Work <span class="torque-edit-button" data-type="section" data-field="Project Description"></span></dt>
<dd>
<div>
{{ convert_md_to_mwiki(proposal['Project Description']) }}
</div>
</dd>
</div>
{% endif -%}
{% if 'Executive Summary' in proposal and proposal['Executive Summary'] -%}
<div class="pair">
<dt>Executive Summary <span class="torque-edit-button" data-type="section" data-field="Executive Summary"></span></dt>
<dd>
<div>
{{ convert_md_to_mwiki(proposal['Executive Summary']) }}
</div>
</dd>
</div>
{% endif -%}
{% if 'Affirmation of Approach' in proposal and proposal['Affirmation of Approach'] -%}
<div class="pair">
<dt>Affirmation of Approach <span class="torque-edit-button" data-type="section" data-field="Affirmation of Approach"></span></dt>
<dd>
<div>
{{ convert_md_to_mwiki(proposal['Affirmation of Approach']) }}
</div>
</dd>
</div>
{% endif -%}
{% if 'External References' in proposal and proposal['External References'] -%}
<div class="pair">
<dt>External References <span class="torque-edit-button" data-type="line" data-field="External References"></span></dt>
<dd>
{{ proposal['External References'] }}
</dd>
</div>
{% endif -%}
</dl>
</div>
{% if 'Video' in proposal and proposal['Video'] -%}
<div class="proposal-section">
= Video Presentation =
<div class="noprint">
<ifvideocacheexists url="{{ proposal['Video'] }}">
<span class="plainlinks">[{{ "{{" }}fullurl:Special:VideoCacheDownload|url={{ proposal ['Video'] }}{{ "}}" }} Download video from Cache]</span>
</ifvideocacheexists>
</div>
{{ proposal['Video'] }}
<div class="noprint">{{ "{{#evu:" }}{{ proposal['Video'] }}{{ "}}" }}</div>
</div>
{% endif -%}
<div class="proposal-section">
= Your Team =
<dl class="lfc--datapairs">
{% if 'Why Your Team' in proposal and proposal['Why Your Team'] -%}
<div class="pair">
<dt>Why Your Team <span class="torque-edit-button" data-type="section" data-field="Why Your Team"></span></dt>
<dd>
<div>
{{ convert_md_to_mwiki(proposal['Why Your Team']) }}
</div>
</dd>
</div>
{% endif -%}
{% if 'Key Staff' in proposal and proposal['Key Staff'] -%}
<div class="pair">
<dt>Biographies of Key Staff</dt>
<dd>
{% for member in proposal['Key Staff'] %}
* '''{{ member['Person']['First Name'] }} {{ member['Person']['Last Name'] }}{% if member['Affiliation'] %}, {{ member['Affiliation'] }}{% endif %}''': {{ member['Biography'] }}
{% endfor %}
</dd>
</div>
{% endif -%}
</dl>
</div>
<div class="proposal-section">
= Your Work =
<dl class="lfc--datapairs">
{% if 'Overview of Work' in proposal and proposal['Overview of Work'] -%}
<div class="pair">
<dt>Overview of Work <span class="torque-edit-button" data-type="line" data-field="Overview of Work"></span></dt>
<dd>
{{ proposal['Overview of Work'] }}
</dd>
</div>
{% endif -%}
{% if 'Issue Landscape' in proposal and proposal['Issue Landscape'] -%}
<div class="pair">
<dt>Issue Landscape <span class="torque-edit-button" data-type="line" data-field="Issue Landscape"></span></dt>
<dd>
{{ proposal['Issue Landscape'] }}
</dd>
</div>
{% endif -%}
{% if 'Stakeholder Engagement' in proposal and proposal['Stakeholder Engagement'] -%}
<div class="pair">
<dt>Stakeholder Engagement <span class="torque-edit-button" data-type="line" data-field="Stakeholder Engagement"></span></dt>
<dd>
{{ proposal['Stakeholder Engagement'] }}
</dd>
</div>
{% endif -%}
{% if 'Diversity-Equity-Inclusion' in proposal and proposal['Diversity-Equity-Inclusion'] -%}
<div class="pair">
<dt>Diversity-Equity-Inclusion <span class="torque-edit-button" data-type="line" data-field="Diversity-Equity-Inclusion"></span></dt>
<dd>
{{ proposal['Diversity-Equity-Inclusion'] }}
</dd>
</div>
{% endif -%}
</dl>
</div>
<div class="proposal-section">
= Project Impact of Work & Resources =
<dl class="lfc--datapairs">
{% if 'Measurement of Results' in proposal and proposal['Measurement of Results'] -%}
<div class="pair">
<dt>Measurement of Results <span class="torque-edit-button" data-type="line" data-field="Measurement of Results"></span></dt>
<dd>
{{ proposal['Measurement of Results'] }}
</dd>
</div>
{% endif -%}
{% if 'Why Now?' in proposal and proposal['Why Now?'] -%}
<div class="pair">
<dt>Why Now? <span class="torque-edit-button" data-type="line" data-field="Why Now?"></span></dt>
<dd>
{{ proposal['Why Now?'] }}
</dd>
</div>
{% endif -%}
{% if 'Vision for Growth' in proposal and proposal['Vision for Growth'] -%}
<div class="pair">
<dt>Vision for Growth <span class="torque-edit-button" data-type="line" data-field="Vision for Growth"></span></dt>
<dd>
{{ proposal['Vision for Growth'] }}
</dd>
</div>
{% endif -%}
{% if 'Other Considerations' in proposal and proposal['Other Considerations'] -%}
<div class="pair">
<dt>Other Considerations <span class="torque-edit-button" data-type="line" data-field="Other Considerations"></span></dt>
<dd>
{{ proposal['Other Considerations'] }}
</dd>
</div>
{% endif -%}
</dl>
</div>
<div class="proposal-section">
= Additional Due Diligence =
<dl class="lfc--datapairs">
{% if 'Attachments' in proposal and proposal['Attachments'] -%}
{%- for attachment_group in ["Default"] %}
<div class="pair">
<dt>{{ attachment_group }}</dt>
<dd>
{%- for attachment in proposal['Attachments'].get(attachment_group, []) %}
* <span class="plainlinks">[{{ "{{" }}fullurl:Special:TorqueAttachment|collection_name={{proposal['Competition Name']}}&id={{proposal['Application #']}}&attachment={{ attachment["file"] | replace(" ", "+") | urlencode }}{{ "}}" }} {{ attachment["file"] }}]</span>
{% endfor -%}
</dd>
</div>
{% endfor -%}
{% endif -%}
{% if 'Age of Organization' in proposal and proposal['Age of Organization'] -%}
<div class="pair">
<dt>Age of Organization <span class="torque-edit-button" data-type="line" data-field="Age of Organization"></span></dt>
<dd>
{{ proposal['Age of Organization'] }}
</dd>
</div>
{% endif -%}
{% if 'Funders' in proposal and proposal['Funders'] -%}
<div class="pair">
<dt>Current/Previous Funders</dt>
<dd>
{% for member in proposal['Funders'] %}
<p>
'''Funder:''' {{ member['Name'] }}<br />
'''First Year of Funding:''' {{ member['First Year of Funding'] }}<br />
'''Last Year of Funding:''' {{ member['Last Year of Funding'] }}<br />
'''Amount:''' ${{ commaize_number(member['Amount of Funding']) }}
</p>
{% endfor %}
</dd>
</div>
{% endif -%}
{% if 'Additional Information' in proposal and proposal['Additional Information'] -%}
<div class="pair">
<dt>Additional Information <span class="torque-edit-button" data-type="line" data-field="Additional Information"></span></dt>
<dd>
{{ proposal['Additional Information'] }}
</dd>
</div>
{% endif -%}
</dl>
</div>
</div>
</div>
</div>
</div>