{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
{% if not core_problems and not stakeholders and not beneficiaries %}

No core problems, stakeholders, beneficiaries, or admin users found. Please add the necessary items before proceeding.





{% elif not core_problems %}

No core problems found. Please add a core problem before proceeding.



{% elif not stakeholders %}

No stakeholders found. Please add stakeholders before proceeding.



{% elif not beneficiaries %}

No beneficiaries found. Please add beneficiaries before proceeding.



{% elif not users %}

No admin users found. Please add admin users before proceeding.



{% else %} Please ensure all Solution Tree details are accurately filled in the form. Provide comprehensive information to assist in proper assessment and resource allocation. Double-check for any errors or omissions before submitting the form.

Incomplete or inaccurate information may delay the processing of the Solution Tree's request.
{% include "backend/apps/quicknav.html" %}
New Solution Tree
{% csrf_token %}
Add New Solution Tree

Upload any relevant documents related to the solution tree, such as reports or analysis etc.

{% if user.is_superuser %}
{% endif %}
{% endif %} {% endblock %}