{% extends "base.html" %} {% macro collection_row(collection) %} {{ collection }} Packages Collection configuration {% endmacro %} {% block content %}
{% for group in groups %} {% for collection in group.collections %} {{ collection_row(collection) }} {% endfor %} {% endfor %} {% if uncategorized %} {% for collection in uncategorized %} {{ collection_row(collection) }} {% endfor %} {% endif %}
{{ group }} Packages
Uncategorized
{% endblock %}