{% load humanize %}

PROJECT TITLE: {{ project.title }}

PROJECT BY: {{ webdata.title }}

Call:{{webdata.phone}} EMAIL:{{webdata.email}} WEBSITE:NajimuduEmpowermentInitiative.org

Project Funds:

Total Donation Needed: {{ project.donation_needed|floatformat:0|intcomma }} USD

Total Donation Raised: {{ project.donation_raised|floatformat:0|intcomma }} USD

Project Overview

{{ project.description|safe }}

Project Goals:

{{ project.project_goals|safe }}

PROJECT PARTNERING ORGANIZATIONS:

{% for partner in project.partners.all %} {% if partner.website_link %} {% else %} {% endif %} {% empty %} {% endfor %}
N0. Partnering Organization Name About Partnering Organization Strategic Importance Resource & Contribution Website
{{ forloop.counter }} {{ partner.name }} {{ partner.description }} {{ partner.strategic_importance }} {{ partner.resource_and_contribution }}Open LinkNo Link Available
No Partnering Organizations Available for this project.


PROJECT STAKEHOLDERS:

{% for stakeholder in project.stakeholders.all %} {% empty %} {% endfor %}
N0. Name Organization Location Description Strengths Contribution Expectations Interests Impact on Project Affected by Project Influence on Project Results Affected by Project Results Gains from Project
{{ forloop.counter }} {{ stakeholder.name }} {{ stakeholder.orgnanization.name }} {{ stakeholder.location }} {{ stakeholder.description }} {{ stakeholder.strength }} {{ stakeholder.contribution }} {{ stakeholder.expectations }} {{ stakeholder.interests }} {{ stakeholder.get_affect_project_display }} {{ stakeholder.get_affected_by_project_display }} {{ stakeholder.get_affect_project_results_display }} {{ stakeholder.get_affected_by_project_results_display }} {{ stakeholder.gain_from_project }}
No stakeholders defined for this project.


PROJECT BENEFICIARIES:

{% for beneficiary in project.beneficiaries.all %} {% empty %} {% endfor %}
N0. Name Location Description Category Priority S.W.O.T Analysis Needs When to Engage How to Engage Engagement Channels Engagement Frequency
{{ forloop.counter }} {{ beneficiary.name }} {{ beneficiary.location }} {{ beneficiary.description }} {{ beneficiary.get_category_display }} {{ beneficiary.get_priority_display }}
  • Strengths:{{ beneficiary.strength }}
  • Weaknesses:{{ beneficiary.weakness }}
  • Opportunities:{{ beneficiary.opportunities }}
  • Threats:{{ beneficiary.threats }}
{{ beneficiary.needs }} {{ beneficiary.when_to_engage }} {{ beneficiary.how_to_engage }} {{ beneficiary.engagement_channels }} {{ beneficiary.engagement_frequency }}
No beneficiaries defined for this project.


PROJECT ACTIVITIES:

{% for activity in activities %} {% empty %} {% endfor %}
N0. Activity Name Activity Goals and Objectives Activity Inputs Needed Activity Outputs Needed to Achieve Outcomes Activity Outcomes to be achieved Activity Impact Activity Strategy Activity How Activity Will Be Carried Out Activity Cost
{{ forloop.counter }} {{ activity.name }} {{ activity.goals_and_objectives }} {{ activity.inputs_needed }} {{ activity.outputs_needed_to_achieve_outcomes }} {{ activity.outcomes_to_be_achieved }} {{ activity.impact }} {{ activity.strategy }} {{ activity.how_activity_will_be_carried_out }} USD {{ activity.cost }}
No Activity defined for this project.


PROJECT RESULTS:

{% for result in results %} {% endfor %}
ID Result Details Contributions CLIMATE CHANGE and GENDER Evidence of Change
{{ forloop.counter }}
  • Output: {{ result.output }}
  • Outcome: {{ result.outcome }}
  • Results achieved: {{ result.results_achieved }}
  • Global: {{ result.global_contribution }}
  • Regional: {{ result.regional_contribution }}
  • National: {{ result.national_contribution }}
  • Local: {{ result.local_level_contribution }}
    {% if result.gender_inequities_addressed %}
  • Gender Inequities IS Addressed
  • How: {{ result.how_gender_inequities_addressed }}
  • {% else %}
  • Gender Inequities is NOT Addressed
  • {% endif %}
    {% if result.climate_change_addressed %}
  • Climate Change IS Addressed
  • How: {{ result.how_climate_change_addressed }}
  • {% else %}
  • Climate Change is NOT Addressed
  • {% endif %}
    {% for indicator in result.evidence_of_change.all %} INDICATOR {{ forloop.counter }}
  • Name: {{ indicator.name }}
    Description: {{ indicator.description }}
  • {% endfor %}


PROJECT SOLUTIONS

{% for solution in solution_trees %} {% empty %} {% endfor %}
ID Core Problem Core Problem Details Solution Details Expected Results
{{ forloop.counter }} {{ solution.core_problem.name }}
  • Core Problem Details:
    • Core Problem Description: {{ solution.core_problem.description }}
    • Drivers: {{ solution.core_problem.driver }}
    • Root Causes: {{ solution.core_problem.root_causes }}
    • Effects: {{ solution.core_problem.effects }}
    • Impact: {{ solution.core_problem.impact }}
    • Opportunities: {{ solution.core_problem.opportunity }}
    • Constraints: {{ solution.core_problem.constraints }}
  • Solution Details:
    • Identified Solution:{{ solution.identified_solution }}
    • Drivers:{{ solution.solution_drivers }}
    • Inputs:{{ solution.inputs }}
    • Outputs:{{ solution.outputs }}
    • Outcomes:{{ solution.outcomes }}
    • Strategy:{{ solution.strategy }}
    • Impact:{{ solution.impact }}
{{ solution.expected_results }}
No Core Problem defined for this project.