{% comment Tornado template %} Disseminate Document Listing

Document Listing

{% for project in projects %} {% module Template("tree_item.html", doc=project, level=1) %}
{{ project['title'] }}
num source targets last saved
{% end %}
{% include "footer.html" %}