{% extends '_layout.html' %} {% block content %}
{% for p in projects.items %} {% endfor %}
# Name Description Action
{{ p.id }} {{ p.name }} {{ p.description }} {% if p.role == 'admin' %} {% endif %}
{{ render_pagination(projects, 'project_view.list_projects') }}
{% endblock %}