{% extends 'base.html' %} {% block title %}Users – IT Asset Management{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
Clear
{% for u in pagination.items %} {% else %} {% endfor %}
Windows ID Name Email Department Job Title Source Status
{{ u.windows_id }} {{ u.display_name }} {% if u.is_masked %}MASKED{% endif %} {{ u.display_email }} {{ u.department or '—' }} {{ u.job_title or '—' }} {{ u.import_source }} {% if not u.is_masked and u.is_active %} Active {% elif not u.is_masked %} Inactive {% else %} Masked {% endif %}
No users found.
{% if pagination.pages > 1 %} {% endif %}
{% endblock %}