{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
| Core Problem | Identified Solution | Solution Drivers | Strategy | Inputs | Outputs | Outcomes | Impact | Expected Results | Stakeholders | Beneficiaries | User Responsible | Supporting Documents | {% if user.is_superuser %}ACTIONS | {% endif %}
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ 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 %}
|
{% if user.is_superuser %}
{% endif %} |
| No solution trees found. | |||||||||||||