{% extends 'base.html' %} {% load inventory_extras ui_extras %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Details URL | {{ object.details_url|default:"-" }} |
| Platform{{ object.platforms|length|pluralize }} | {{ object.platforms|join:", " }} |
| Tag{{ object.tags.count|pluralize }} | {% for tag in object.tags.all %} {% inventory_tag tag %} {% empty %} - {% endfor %} |
| Maximum target OS version | {{ object.max_os_version }} |
| Delay | {{ object.delay_days }} day{{ object.delay_days|pluralize }} |
| Target local time | {{ object.local_time }} |
| Target OS version | {{ object.os_version }} |
| Target build version | {{ object.build_version|default:"-" }} |
| Target local date time | {{ object.local_datetime }} |
| Blueprint{{ blueprints|length|pluralize }} ({{ blueprints|length }}) |
{% if blueprints %}
|