{%extends "users/base.html" %} {% block navi_content %} {%include "users/includes/navicontents_admin.html" %} {% endblock %} {% block usernavi_content %} {%include "users/includes/usernavicontents_admin.html" %} {% endblock %} {% block main_content %}

List of Projects

{% if messages %} {% endif %} {% if all_project_list %} {% for proj in all_project_list %} {% if proj.status == '0' %} {% else %} {% endif %} {% endfor %} {% else %}

No project have been created

{% endif %}
Name Start Date End Date Status Delete
{{ proj.name }} {{ proj.start_date }} {{ proj.end_date }}OpenClosed
{%include "users/includes/pagni.html" with page=all_project_list %}
{% endblock%}