{% extends 'layout.html.twig' %} {% block title %}{{ project.name }} - Honeyguide M&E{% endblock %} {% block page_title %}{{ project.name }}{% endblock %} {% block content %}
{{ project.description ?? 'No description provided' }}
Start Date
{{ project.startDate|date('M d, Y') }}
End Date
{{ project.endDate ? project.endDate|date('M d, Y') : 'Ongoing' }}
Budget
${{ project.budget|number_format(0) }}
Locations
{{ project.locations|length }} sites
{{ indicator.description }}
Baseline
{{ indicator.baselineValue }} {{ indicator.unit }}
Current
{{ indicator.currentValue ?? '-' }} {{ indicator.unit }}
Target
{{ indicator.targetValue }} {{ indicator.unit }}
No indicators defined for this project
{% endif %}| Activity | Category | Planned Date | Participants | Status |
|---|---|---|---|---|
|
{{ activity.name }}
{{ activity.description|default('-')|slice(0, 50) }}...
|
{{ activity.category }} | {{ activity.plannedDate|date('M d, Y') }} | {{ activity.participantCount ?? '-' }} | {{ activity.isOverdue and activity.status != 'completed' ? 'Overdue' : activity.status }} |
No activities planned for this project
{% endif %}