Recent ReliefWeb reports, auto-personalized based on your use.
{{ selectedReport.analysis.situation.summary }}
| Sector | Need | Severity |
|---|---|---|
| {{ needRow.sector }} | {{ needRow.need }} |
|
Beneficiaries:
{{
optObj && optObj.beneficiaries != null
? Number(optObj.beneficiaries).toLocaleString()
: ''
}}
Cost: $
{{
optObj && optObj.cost_usd_total != null
? Number(optObj.cost_usd_total).toLocaleString()
: ''
}}
Benefit: $
{{
optObj && optObj.benefit_usd_total != null
? Number(optObj.benefit_usd_total).toLocaleString()
: ''
}}
BCR:
{{
optObj && optObj.bcr != null
? optObj.bcr
: ''
}}