{% extends "cacsremoteservice/views/layouts/master.html" %} {% block site-nav %} {% include "cacsremoteservice/views/partials/site-nav.html" with active="configuration" %} {% endblock %} {% block scripts %} {% endblock %} {% block main %} {% include "cacsremoteservice/views/configuration/config-header.html" with configuration-tabs=configuration-tabs %}

Custom Reports

This is the list of custom reports

{% for cr in custom-reports %} {% endfor %}
Report Name Type
{{cr.name}} {{cr.report_type}}

* when a custom report is deleted, all related scheduling will also be canceled.

{% endblock %}