{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %} {% load humanize %} {% if user.is_superuser %}
| Project Title | Beneficiaries | Stakeholders | Activities | Challenge and Mitigation | Milestones | Results |
|---|---|---|---|---|---|---|
| {{ forloop.counter }}. {{ project.title }} |
{% if project.beneficiaries.all %}
No beneficiaries listed {% endif %} |
{% if project.stakeholders.all %}
No stakeholders listed {% endif %} |
{% if project.activities.all %}
No activities listed {% endif %} |
{% if project.solution_trees.exists %}
{% for solution in project.solution_trees.all %}
{% else %}
{{ forloop.counter }}. {{ solution.core_problem.name }} {{ solution.identified_solution }} {% endfor %}No Challenges and Mitigations {% endif %} |
{% if project.milestones.all %}
No milestones listed {% endif %} |
{% if project.results.all %}
No results listed {% endif %} |
| No projects found. | ||||||
| Activity Name | Resources | Stakeholders | Beneficiaries | Status | Start Date | End Date | Goals & Objectives | Cost | Impact |
|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }}. {{ activity.name }} |
{% if activity.resources.all %}
No resources listed {% endif %} |
{% if activity.stakeholders.all %}
No stakeholders listed {% endif %} |
{% if activity.beneficiaries.all %}
No beneficiaries listed {% endif %} |
{{ activity.status }} | {{ activity.start_date }} | {{ activity.end_date }} | {{ activity.goals_and_objectives }} | {{ activity.cost }} | {{ activity.impact }} |
| No activities found. | |||||||||
| Core Problem Name | Description | Driver | Root Causes | Effects | Impact | Assumptions | Opportunities | Constraints |
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }}. {{ core_problem.name }} | {{ core_problem.description }} | {{ core_problem.driver }} | {{ core_problem.root_causes }} | {{ core_problem.effects }} | {{ core_problem.impact }} | {{ core_problem.assumption }} | {{ core_problem.opportunity }} | {{ core_problem.constraints }} |
| No core problems found. | ||||||||
| Core Problem | Identified Solution | Solution Drivers | Strategy | Inputs | Outputs | Outcomes | Impact | Expected Results | Stakeholders | Beneficiaries |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }}. {{ solution_tree.core_problem.name }} | {{ solution_tree.identified_solution }} | {{ solution_tree.solution_drivers }} | {{ solution_tree.strategy }} | {{ solution_tree.inputs }} | {{ solution_tree.outputs }} | {{ solution_tree.outcomes }} | {{ solution_tree.impact }} | {{ solution_tree.expected_results }} |
{% if solution_tree.stakeholders.all %}
No stakeholders listed {% endif %} |
{% if solution_tree.beneficiaries.all %}
No beneficiaries listed {% endif %} |
| No solution trees found. | ||||||||||
| Project Title | Output | Outcome | Results Achieved | Evidence of Change | Global Contribution | Regional Contribution | National Contribution | Local Level Contribution | Gender Inequities Addressed | Climate Change Addressed |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }}. {{ result.project.title }} | {{ result.output }} | {{ result.outcome }} | {{ result.results_achieved }} |
{% if result.evidence_of_change.all %}
No evidence of change listed {% endif %} |
{{ result.global_contribution }} | {{ result.regional_contribution }} | {{ result.national_contribution }} | {{ result.local_level_contribution }} | {{ result.gender_inequities_addressed }} | {{ result.climate_change_addressed }} |
| No results found. | ||||||||||
| Milestone Name | Description | Start Date | End Date | Project | Is Achieved | Date of Achievement | Cost |
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }}. {{ milestone.name }} | {{ milestone.description }} | {{ milestone.start_date }} | {{ milestone.end_date }} | {{ milestone.project.title }} | {{ milestone.is_achieved }} | {{ milestone.date_of_achievement }} | {{ milestone.cost }} |
| No milestones found. | |||||||