{% set project = this.project %} {% if project %}

{{ project.name }}

{{ project.description|slice(0, 100) }}...

{{ project.status }}
Progress {{ this.progressPercentage|number_format(1) }}%

{{ project.indicators|length }}

Indicators

{{ project.activities|length }}

Activities

{{ project.locations|length }}

Locations

{% else %}

Project not found

{% endif %}