{% extends "admin/layout.html" %} {% block title %}Report Master{% endblock %} {% block page_title %}Report Master{% endblock %} {% block topbar_actions %} {% endblock %} {% block extra_head %} {% endblock %} {% block content %}
πŸ—‚οΈ
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 %} {% for r in master_reports %} {% endfor %}
Report Name (SSRS) Display Name (shown to clients) Category Active
{{ r.report_name }}
{{ r.report_path }}
{% else %}
πŸ“‹

No reports found

No active reports in ReportClientAccess right now.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}