{% extends "admin/layout.html" %} {% block title %}{{ client.full_name }} — Bulk Access{% endblock %} {% block page_title %}{{ client.full_name }} — Manage Access{% endblock %} {% block topbar_actions %} ← Current Access All Clients {% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ client.full_name[0].upper() }}
{{ client.full_name }}
@{{ client.username }} {% if client.ssrs_folder %} · 📁 {{ client.ssrs_folder }} {% endif %}
{{ 'Active' if client.is_active else 'Inactive' }}
{% if not client.ssrs_folder %}
📂

No SSRS Folder Assigned

Edit this client and assign an SSRS folder so reports can be loaded automatically.

← Back to Clients
{% else %}
{% for i in range(5) %}
{% endfor %}
Grant Access
Select reports and assign a category, then grant.
0 reports selected
Quick Categories
Project
Supplier
Client
Security
Archived
✓ Already-granted reports are marked and skipped automatically.
✓ You can grant multiple categories by repeating the selection.
{% endif %} {% endblock %} {% block scripts %}
{% endblock %}