{% load base_extras %}

Store app

{% with store_app.location_asset as location_asset %} {% with location_asset.asset as asset %} {% with location_asset.location as location %} Asset {% if perms.mdm.view_asset %} {{ asset.name }} {% else %} {{ asset.name }} {% endif %} Location {% if perms.mdm.view_location %} {{ location }} {% else %} {{ location }} {% endif %} Availability
assigned {{ location_asset.assigned_count }}
available {{ location_asset.available_count }}
retired {{ location_asset.retired_count }}
total {{ location_asset.total_count }}
Associated domains {% if store_app.associated_domains %} {{ store_app.associated_domains|join:", " }} {% else %} - {% endif %} Associated domains enable direct downloads {{ store_app|yesno }} Configuration {% with store_app.get_configuration as configuration %} {% if configuration %}{{ configuration|pythonprettyprint }}{% else %}-{% endif %} {% endwith %} Prevent backup {{ store_app.prevent_backup|yesno }} Removable {{ store_app.removable|yesno }} Remove on unenroll {{ store_app.remove_on_unenroll|yesno }} VPN UUID {{ store_app.vpn_uuid|default:"-" }} Content filter UUID {{ store_app.content_filter_uuid|default:"-" }} DNS proxy UUID {{ store_app.dns_proxy_uuid|default:"-" }} {% endwith %} {% endwith %} {% endwith %}