{% extends 'base.html' %} {% block content %}

All projects

{% if results|length > 0 %} {% for row in results %} {% endfor %} {% else %} {% endif %}
Project ID Project Name Action
{{ row.id }} {{ row.name }}
No record found yet
{% endblock %}