{% extends 'base.html' %} {% load bootstrap inventory_extras %} {% block content %}
{% if not object.archived_at and perms.monolith.change_catalog %} {% endif %} {% if object.can_be_deleted and perms.monolith.delete_catalog %} {% endif %}
| Manifest | Tags |
|---|---|
| {% if perms.monolith.view_manifest %} {{ manifest }} {% else %} {{ manifest }} {% endif %} | {% for tag in tags %} {% inventory_tag tag %} {% empty %} - {% endfor %} |
Browse all packages {% endif %} {% endif %} {% endblock %}