{% extends 'base.html' %} {% block content %}

Microsoft Intune Inventory

{% if perms.intune.view_tenant %}

Tenant{{ tenant_count|pluralize }} ({{ tenant_count }})

{%if tenants %} {% for tenant in tenants %} {% endfor %}
Name Description Business Unit
{{ tenant.name }} {{ tenant.description }} {{ tenant.business_unit }}
{% endif %} {% endif %}
{% endblock %}