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

Project List

{% for project in page_obj %}
Project

{{project}}

{{ project.description }}

{{project.children.count}} dataset(s).

View Project
{% endfor %}
{% endblock content %}