{% load static %}
{% if user.is_superuser %} Add Projects {% endif %}
{% if user.is_superuser %} {% endif %} {% for project in projects %} {% if user.is_superuser %} {% endif %} {% empty %} {% endfor %}
Title Description Status Project Cycle Project PhaseACTIONS
{{ forloop.counter }}. {{ project.title }} {{ project.description|truncatewords:10|safe }} {{ project.status }} {{ project.project_cycle }} {{ project.project_phase }}
No projects found.


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

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