{% extends "admin/layout.html" %} {% block title %}{{ client.full_name }} — Access{% endblock %} {% block page_title %}{{ client.full_name }} — Report Access{% endblock %} {% block topbar_actions %} ⚡ Manage Access ← All Clients {% endblock %} {% block content %}
| Report Name | Path | Category | Status | Granted At | Action | |
|---|---|---|---|---|---|---|
| {{ a.report_name }} | {{ a.report_path }} | {{ a.category }} | {{ 'Active' if a.is_active else 'Revoked' }} | {{ a.granted_at.strftime('%d %b %Y') if a.granted_at else '—' }} | {% if a.is_active %} {% else %} — {% endif %} | |
No reports assigned yetClick ⚡ Manage Access to grant reports from this client's SSRS folder. | ||||||