{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
Project Stakeholders:
{% include "backend/apps/quicknav.html" %}
Solution Trees List
Solution Trees
Solution Trees Table.
{% if user.is_superuser %} {% endif %} {% for solution_tree in solution_trees %} {% if user.is_superuser %} {% endif %} {% empty %} {% endfor %}
Core Problem Identified Solution Solution Drivers Strategy Inputs Outputs Outcomes Impact Expected Results Stakeholders Beneficiaries User Responsible Supporting DocumentsACTIONS
{{ 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 }} {% for stakeholder in solution_tree.stakeholders.all %} {{ stakeholder.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% for beneficiary in solution_tree.beneficiaries.all %} {{ beneficiary.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ solution_tree.user_responsible.user.username }} {% if solution_tree.support_document.all %} {% else %} No supporting document {% endif %}
No solution trees found.


Showing {{ solution_trees.paginator.count }} results.

{% if solution_trees.has_previous %} First Previous {% endif %} {% if solution_trees.has_next %} Next Last {% endif %}

{% endblock %}