{% extends 'base.html' %} {% block page_title %}{{ 'Edit' if workplan else 'New' }} Workplan{% endblock %} {% block content %}
Back to {{ project.name }} Workplans

{{ 'Edit' if workplan else 'Create New' }} Workplan

Project: {{ project.name }}

Cancel
About Workplans
Draft — Workplan is being prepared, not yet finalized
Active — Workplan is currently being implemented
Completed — All activities have been finished

After creating the workplan, you'll be able to add individual activity items with budgets, timelines, and progress tracking.

{% endblock %}