{% extends '_layouts/default.html' %} {% block content %}
{% for p in projects.items %} {% endfor %}
# Name Description Action
{{ p.id }} {{ p.name }} {{ p.description }} {% if p.role in ['admin', 'manager'] %} {% endif %}
{{ render_pagination(projects, 'project.list_projects') }}
{% endblock %}