{% extends "dashboard/base.html" %} {% block dashboard_header %}

{{ 'New Collection' if is_new else 'Edit Collection' }}

{{ 'Create a new tool collection' if is_new else 'Update collection details' }}

← Back to Collections
{% endblock %} {% block dashboard_content %}

Lowercase letters, numbers, and hyphens only

Comma-separated list of tags

{% if collection and collection.tools %} {% for tool in collection.tools %}
{% endfor %} {% else %}
{% endif %}

Enter tool references as owner/name. Version is optional (leave blank for latest).

Cancel
{% endblock %}