{{ (opp.set_aside_type or '—') | replace('_', ' ') | title }}
Proposal Type
{{ opp.proposal_type | replace('_', ' ') }}
Estimated Value
{% if opp.estimated_value_low %}${{ opp.estimated_value_low|round(0)|int }}{% endif %}{% if opp.estimated_value_high %} – ${{ opp.estimated_value_high|round(0)|int }}{% endif %}{% if not opp.estimated_value_low and not opp.estimated_value_high %}—{% endif %}