{% 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.

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