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

Collections

{{ collections | length }} collection(s) installed.

Install Collection

Installing collection… this may take a moment.
Searching...
{% if collections %} {% for coll in collections %} {% endfor %}
Collection Version Modules Path Actions
{{ coll.fqcn }} {{ coll.version }} {{ module_counts.get(coll.fqcn, '-') }} {{ coll.path }}
{% else %}

No collections found. Install one using the form above or ansible-galaxy collection install.

{% endif %} {% endblock %}