{% load static %} {% if projects %}
Projects Framework Table.
Projects Table.
{% for project in projects %} {% empty %} {% endfor %}
Project Title Results Activities Milestones Core Problems Solution Trees Actions
{{ forloop.counter }}. {{ project.title }} {% if project.results.exists %} {% else %}

No results listed

{% endif %}
{% if project.activities.all %} {% else %}

No activities listed

{% endif %}
{% if project.milestones.exists %} {% else %}

No milestones listed

{% endif %}
{% if project.solution_trees.all %} {% else %}

No core problems listed

{% endif %}
{% if project.solution_trees.all %} {% else %}

No solution trees listed

{% endif %}
Download Framework
No projects found.

Showing {{ projects.paginator.count }} results.

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

{% endif %}