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

CMDB Dashboard

{% for type,prios in statistics.items%}

Type: {{ type }}

{% endfor %}
{% endblock %}