|
{% if perms.mdm.view_artifact %}
{{ a }}
{% else %}
{{ a }}
{% endif %}
|
{{ a.get_type_display }} |
{{ ba.artifact__artifactversion__version__max }} |
{{ a.install_during_setup_assistant|yesno }} |
{% if ba.platforms %}
{% for platform, versions in ba.platforms.items %}
- {% if versions.min %}{{ versions.min }} ≤ {% endif %}{{ platform }}{% if versions.max %} < {{ versions.max }}{% endif %}
{% endfor %}
{% else %}
-
{% endif %}
|
{% for tag in ba.excluded_tags.all %}
{% inventory_tag tag %}
{% empty %}
-
{% endfor %}
|
{{ ba.default_shard }}/{{ ba.shard_modulo }}
|
{% if ba.tag_shards %}
{% for tag_shard in ba.tag_shards %}
| {% inventory_tag tag_shard.tag %} | {{ tag_shard.shard }} |
{% endfor %}
{% else %}
-
{% endif %}
|
{% endwith %}
{% endfor %}