{% extends "cacsremoteservice/views/layouts/master.html" %} {% block scripts %} {% endblock %} {% block secondary-nav %} {% include "cacsremoteservice/views/projects/project-header.html" with project=item tabs=tabs %} {% endblock %} {% block main %}

Project Reports

Configure reports that are automatically generated and sent by mail at regular intervals.

Remember to configure the Mail Server connection. The timezone setting controls when each schedule fires and how timestamps appear in reports.

Recipient
Report Type
Generate Report
Timezone
{% for report in item.reports %}
{% endfor %}
The email addresses to your report recipients. Set to blank to delete.
{% endblock %}