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

CMDB Dashboard

{% for data in statistics %} {% endfor %}
Venture Count Options
{{ data.1 }} {% if data.0 %} {{ data.0 }} {% else %} All {% endif %} View
{% endblock %}