Skip to content
Snippets Groups Projects
AFWHProposal 24.3 KiB
Newer Older
<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' -%}
Harry Minsky's avatar
Harry Minsky committed
<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' -%}
Harry Minsky's avatar
Harry Minsky committed
<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' -%}
Harry Minsky's avatar
Harry Minsky committed
<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' -%}
Harry Minsky's avatar
Harry Minsky committed
<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>
Harry Minsky's avatar
Harry Minsky committed
<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>
Harry Minsky's avatar
Harry Minsky committed
<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'] -%}
Harry Minsky's avatar
Harry Minsky committed
* <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>
Harry Minsky's avatar
Harry Minsky committed
* <span class="torque--explore-link" data-filter-name="future_work_locations" data-filter-value="{{location['Country']}}">[[Special:TorqueExplore|{{location['Country']}}]]</span>
{% 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' -%}
Harry Minsky's avatar
Harry Minsky committed
<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' -%}
Harry Minsky's avatar
Harry Minsky committed
<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' -%}
Harry Minsky's avatar
Harry Minsky committed
<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' -%}
Harry Minsky's avatar
Harry Minsky committed
<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 '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'] -%}
Harry Minsky's avatar
Harry Minsky committed
* <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>
Harry Minsky's avatar
Harry Minsky committed
* <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] -%}
Harry Minsky's avatar
Harry Minsky committed
* <span class="torque--explore-link" data-filter-name="priority_populations" data-filter-value="{{pop}}">[[Special:TorqueExplore|{{pop}}]]</span>
{% 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>