Back to Netbox

Objectcounts

netbox/templates/extras/dashboard/widgets/objectcounts.html

4.6.1218 B
Original Source

{% load i18n %} {% if counts %}

{% for model, count, url in counts %}
{{ model|meta:"verbose_name_plural"|bettertitle }} {% if count is None %} {% else %} {{ count }} {% endif %} {% endfor %} {% endif %}