{% extends 'layout.html.twig' %} {% block title %}Activities - Honeyguide M&E{% endblock %} {% block page_title %}Activities{% endblock %} {% block content %}
Track conservation activities and field work
| Activity | Project | Category | Planned Date | Location | Participants | Cost | Status |
|---|---|---|---|---|---|---|---|
|
{{ activity.name }}
{% if activity.responsiblePerson %}
{{ activity.responsiblePerson }}
{% endif %}
|
{{ activity.project.name }} | {{ activity.category }} |
{{ activity.plannedDate|date('M d, Y') }}
{% if activity.completedDate %}
Completed {{ activity.completedDate|date('M d') }}
{% endif %}
|
{{ activity.location ? activity.location.name : '-' }} | {{ activity.participantCount ?? '-' }} | {% if activity.cost %}${{ activity.cost|number_format(0) }}{% else %}-{% endif %} | {% if activity.isOverdue and activity.status != 'completed' and activity.status != 'cancelled' %} Overdue {% else %} {{ activity.status|replace({'_': ' '}) }} {% endif %} |
Start planning your conservation activities