{% extends "base.html" %} {% block title_suffix %} - {{ collection.fqcn }}{% endblock %} {% block content %}

{{ collection.fqcn }}

{% if collection.version %}

Version {{ collection.version }} {% if collection.path %}{{ collection.path }}{% endif %}

{% endif %}
← All Collections Search in this collection
{% if modules %}
{% for name, desc in modules.items() | sort %} {% endfor %}
Module Description Actions
{{ name }} {{ desc or "" }}

{{ modules | length }} module(s).

{% else %}

No modules found in this collection.

{% endif %} Generating...
{% endblock %}