{% extends "::base.html.twig" %} {% block title "List Of Projects" %} {% block content %}

List of Strategic Projects

Add Project
{{ knp_pagination_render(pagination) }} {% for project in pagination %} {% set id = project.id %} {% else %} {% endfor %}
Project Title
{{ project.name }} View
There are no projects under this organization.
{% endblock %}