|
{% if perms.monolith.view_pkginfoname %}
{{ name }}
{% else %}
{{ name }}
{% endif %}
|
{{ smpi.featured_item|yesno:"★,-" }}
|
{% if smpi.condition %}
{% if perms.monolith.view_condition %}
{{ smpi.condition }}
{% else %}
{{ smpi.condition }}
{% endif %}
{% else %}
-
{% endif %}
|
{% for tag in smpi.excluded_tags %}
{% inventory_tag tag %}
{% empty %}
-
{% endfor %}
|
{{ smpi.default_shard }}/{{ smpi.shard_modulo }}
|
{% if smpi.tag_shards %}
{% for tag_shard in smpi.tag_shards %}
| {% inventory_tag tag_shard.tag %} | {{ tag_shard.shard }} |
{% endfor %}
{% else %}
-
{% endif %}
|
{% if smpi.pkg_info_name.has_active_pkginfos and perms.monolith.change_submanifestpkginfo %}
{% url 'monolith:update_sub_manifest_pkg_info' object.id smpi.id as url %}
{% button 'UPDATE' url "Edit Package" %}
{% endif %}
{% if perms.monolith.delete_submanifestpkginfo %}
{% url 'monolith:delete_sub_manifest_pkg_info' object.id smpi.id as url %}
{% button 'DELETE' url "Delete Package" %}
{% endif %}
|
{% endfor %}
{% endfor %}