{% extends "layout.html" %} {% block body %}

Add Project(s)

{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% if projects %}

View

{% for project in projects %} {% endfor %}
Project Name Project ID Number of Employees
{{ project.project_name }} {{ project.project_id }} Delete
{% else %} There is no data in project land! {% endif %} {% endblock %}