{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}

{% if not beneficiaries.exists and not resources.exists %}

No Beneficiaries or Resources found. Please add them before proceeding.



{% elif not beneficiaries.exists %}

No Beneficiaries found. Please add them before proceeding.


{% elif not resources.exists %}

No Resources found. Please add them before proceeding.


{% else %}
INSTRUCTIONS:

Please provide accurate and detailed information for the activity. Ensure all fields are completed to the best of your ability.

Note: All fields are required unless otherwise stated.

1. Activity Name: Enter the name of the activity.

2. Status: Select the current status of the activity.

3. Start Date: Specify the start date of the activity.

4. End Date: Specify the end date of the activity.

5. Goals and Objectives: Define the goals and objectives of the activity.

6. User Responsible: Choose the user responsible for overseeing the implementation.

7. Inputs Needed: List the inputs required for this activity.

8. Outputs Needed to Achieve Outcomes: Specify the outputs needed.

9. Outcomes to be Achieved: Describe the outcomes aimed for.

10. Impact: Describe the long-term impact of the activity.

11. Strategy: Outline the strategy for implementation.

12. How Activity Will Be Carried Out: Explain how the activity will be executed.

13. Cost: Enter the total cost of the activity.

14. Resources: Choose resources required for this activity.

{% include "backend/apps/quicknav.html" %}
New Activity
{% csrf_token %}
Add New Activity
Add Beneficiary
Add Stakeholder
Add Resource
{% if user.is_superuser %}
{% endif %}
{% endif %} {% endblock %}