{% extends 'base.html' %} {% load bootstrap inventory_extras %} {% block content %}

{{ name_number }} Package name{{ name_number|pluralize }} / {{ info_number }} Package{{ info_number|pluralize }}

{{ form.name|bootstrap_inline }}
{{ form.catalog.label_tag }} {{ form.catalog|bootstrap_inline }}
{% for pkg_info_name in pkg_names %} {% for pkg_info in pkg_info_name.pkg_infos %} {% if pkg_info.options %} {% else %} {% endif %} {% endfor %} {% endfor %}
Package Catalogs Excl. tags Def. shard Tag shards Installs
{{ pkg_info_name.name }} {{ pkg_info_name.count }}
{{ pkg_info.version }} {% for catalog in pkg_info.catalogs %}{% if perms.monolith.view_catalog %}{{ catalog.name }}{% else %}{{ catalog.name }}{% endif %}{% if not forloop.last %}, {% endif %}{% endfor %} {% for tag in pkg_info.options.excluded_tags %} {% inventory_tag tag %} {% empty %} - {% endfor %} {{ pkg_info.options.shards.default }}/{{ pkg_info.options.shards.modulo }} {% if pkg_info.options.shards.tags %} {% for tag, shard in pkg_info.options.shards.tags %} {% endfor %}
{% inventory_tag tag %}{{ shard }}
{% else %} - {% endif %}
- - -{{ pkg_info.count }}{% if pkg_info.percent %} - {{ pkg_info.percent|floatformat }}%{% endif %}
{% endblock %}