Set the Display Name, Category, and Active status for each report here.
Changes apply to all clients immediately on save.
These settings are also applied automatically when new clients are created.
{{ master_reports | length }}Total Reports
{{ master_reports | selectattr('category') | list | length }}Categorised
{{ master_reports | rejectattr('category') | list | length }}Needs Category
{% if master_reports %}
Report Name (SSRS)
Display Name (shown to clients)
Category
Active
{% for r in master_reports %}
{{ r.report_name }}
{{ r.report_path }}
{% endfor %}
{% else %}
π
No reports found
No active reports in ReportClientAccess right now.