{% extends 'traffic/periodic/report.html' %} {% load static %} {% block body_fluid %}class="fluid-layout"{% endblock %} {% block toolbar_reports %}class="active"{%endblock%} {% block page_comment %}

The following table contains currently scheduled periodic reports. If you need to create a new periodic report, click the Add New button, select desired report type and configure its properties.

{% endblock %} {% block tab_content %}
{% csrf_token %} {% for object in object_list %} {% empty %} {% endfor %}
Name Description Type Parameters Built On Actions
{% if object.ready_for_viewing %}{{object.name}}{% else %}{{object.name}}{% endif %}{% if not object.enabled %} (disabled){%endif%} {{object.comments|truncatechars:64}} {{object.rep_type}} {{object.params_str}} {% if object.ready_for_viewing %}{{object.generated_on}}{%else%}not yet{%endif%} {% if object.ready_for_viewing %} {% else %} {% endif %}   {% if object.logfile_exists %}  {% endif %}
No active periodic reports are configured. If needed, click on the Add New button to create a new periodic report.
{% endblock %}