{% extends 'base.html' %} {% load bootstrap %} {% block content %}
{% if perms.mdm.change_artifact and object.type == 'Profile' %} Update {% endif %} {% if perms.mdm.delete_artifact %} Delete {% endif %}
| Type | {{ object.get_type_display }} | ||||||
|---|---|---|---|---|---|---|---|
| Channel | {{ object.channel }} | ||||||
| Platform{{ object.platforms|length|pluralize }} | {{ object.platforms|join:", "|default:"-" }} | ||||||
Enterprise App |
|||||||
| Product ID | {{ enterprise_app.product_id }} | ||||||
| Product version | {{ enterprise_app.product_version }} | ||||||
| Bundle{{ enterprise_app.bundles|length|pluralize }} |
{% if enterprise_app.bundles %}
|
||||||
Profile | |||||||
| Payload description | {{ profile.get_payload_description|default:"-" }} | ||||||
| Payload identifier | {{ profile.payload_identifier }}
| ||||||
| Installed payload identifier | {{ profile.installed_payload_identifier }}
| ||||||
| Version | Filename | Created at |
|---|---|---|
| {{ enterprise_app.artifact_version.version }} | {{ enterprise_app.filename|default:"-" }} | {{ enterprise_app.artifact_version.created_at }} |
| Version | Filename | Payload UUID | Payload Content | Created at |
|---|---|---|---|---|
| {{ profile.artifact_version.version }} | {{ profile.filename|default:"-" }} | {{ profile.payload_uuid }} |
|
{{ profile.artifact_version.created_at }} |
| Name | Priority | Before S.A.? | Auto update? | |
|---|---|---|---|---|
| {% if perms.mdm.view_blueprint %} {{ ba.blueprint }} {% else %} {{ ba.blueprint }} {% endif %} | {{ ba.priority }} | {{ ba.install_before_setup_assistant|yesno }} | {{ ba.auto_update|yesno }} | {% if perms.mdm.change_blueprintartifact %} {% endif %} {% if perms.mdm.delete_blueprintartifact %} {% endif %} |