{% extends "base.html" %} {% block title %}all projects — dossier{% endblock %} {% block content %}

projects

{% if project_rows %}
{% for p in project_rows %} {% endfor %}
project owner open items
{{ p.name }} {{ owner_display(p.catalog_entry) }} {{ p.open_count }}
{% else %}
no projects
configure DOSSIER_PROJECTS to get started
{% endif %} {% endblock %}