{% extends "base.html" %} {% block title %}M365 License Calculator – Salus by Stranto{% endblock %} {% block content %}
Upload an Azure AD user export CSV. Assign users to QWE Clients, then see the live license breakdown per client.
Last file: {{ filename }}
{% endif %}Total Users
{{ summary.total }}
Licensed
{{ summary.licensed }}
Missing Assignment
{{ summary.missing | length }}
| QWE Client | Licensed Users | M365 Standard | M365 Basic | Defender P1 | PBI Pro | PBI Premium |
|---|
| Display Name | Department | Co | Licenses | QWE Client | Restaurant | |
|---|---|---|---|---|---|---|
|
{{ u.display_name }}
{{ u.username }}
|
{{ u.department or '—' }} | {% if u.company == 'AT' %} AT {% elif u.company == 'SK' %} SK {% elif u.is_licensed %} ? {% else %} — {% endif %} |
{% if u.has_m365_standard %}Std{% endif %}
{% if u.has_m365_basic %}Basic{% endif %}
{% if u.has_defender_p1 %}Def{% endif %}
{% if u.has_pbi_pro %}PBI Pro{% endif %}
{% if u.has_pbi_premium %}PBI Prem{% endif %}
{% if not u.is_licensed %}Unlicensed{% endif %}
|