{%extends 'cmdb/base.html'%} {% load icons %} {% load query %} {% load bob %} {% block content %}

CMDB Dashboard - {{ report_name }}


{% for data in statistics %} {% endfor %}
Venture Count Options
{{ data.1 }} {% if data.0 %} {{ data.0 }} {% else %} All {% endif %} View
{% pagination page url_query=url_query show_all=0 show_csv=1 fugue_icons=1 %}
{% endblock %}