{% extends "base.html" %} {% block title %} All Modules – {{ project }} {% endblock %} {% block body %} {% macro mod_entry(mod,level) %} {{ mod }}{{ mod.parent }}{{ mod.meta.summary }} {% for m in mod.descendants %} {% endfor %} {% endmacro %}

Modules

{% set row_class = cycler('active', '') %} {% for mod in project.modules|sort(attribute='name') recursive %} {% if mod.descendants %} {{ loop(mod.descendants) }} {% endif %} {%if loop.depth == 1 %}{% endif %} {% endfor %}
ModuleSource FileDescription
{% for i in range(loop.depth0) -%}   {%- endfor %}{{ mod | relurl(page_url) }} {{ mod.parent | relurl(page_url) }} {{ mod | meta("summary") }}
{{ project.usegraph }}
{% endblock %}