{% load base_extras %}

Enterprise app

Package URI {{ enterprise_app.package_uri|default:"-" }} Package SHA256 {{ enterprise_app.package_sha256 }} Package size {{ enterprise_app.package_size|filesizeformat }} Product ID {{ enterprise_app.product_id }} Product version {{ enterprise_app.product_version }} Bundle{{ enterprise_app.bundles|length|pluralize }} {% if enterprise_app.bundles %} {% for bundle in enterprise_app.bundles %} {% endfor %}
ID Version Path
{{ bundle.id }} {{ bundle.version_str }}{% if bundle.version != bundle.version_str %} / {{ bundle.version }}{% endif %} {{ bundle.path|default:"-" }}
{% else %} - {% endif %} iOS app {{ enterprise_app.ios_app|yesno }} Install as managed {{ enterprise_app.install_as_managed|yesno }} Remove on unenroll {{ enterprise_app.remove_on_unenroll|yesno }} Configuration {% with enterprise_app.get_configuration as configuration %} {% if configuration %}{{ configuration|pythonprettyprint }}{% else %}-{% endif %} {% endwith %}