{%extends 'cmdb/base.html'%} {% load icons %} {% load query %} {% block content %} {% if not db_supported %}
CMDB module requires MySQL database backend.
{% else %} {% block scripts %} {{ block.super }} {% endblock %} {% for report in reports%} {% if report.has_subreports %}

Type: {{ report.report_type_str }}

{% endif %} {% for subreport in report.subreports %} {% if subreport.data %}

Level: {{ subreport.priority_str }}

{% for data in subreport.data %} {% endfor %}
Month Count Options
{{ data.month_name}} {{ data.count}} View by CI View by Ventures
{% endif %} {% endfor %} {% endfor %} {% endif %} {% endblock %}