{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block content %}
DCIM
{{ stats.site_count }}

Sites

Geographic locations

{{ stats.rack_count }}

Racks

Equipment racks, optionally organized by group

{{ stats.device_count }}

Devices

Rack-mounted network equipment, servers, and other devices

Connections

{{ stats.interface_connections_count }}

Interfaces

{{ stats.console_connections_count }}

Console

{{ stats.power_connections_count }}

Power

{% if perms.secrets %}
Secrets
{{ stats.secret_count }}

Secrets

Sensitive data (such as passwords) which has been stored securely

{% endif %}
IPAM
{{ stats.aggregate_count }}

Aggregates

Top-level IP allocations

{{ stats.prefix_count }}

Prefixes

IPv4 and IPv6 network assignments

{{ stats.ipaddress_count }}

IP Addresses

Individual IPv4 and IPv6 addresses

{{ stats.vlan_count }}

VLANs

Layer two domains, identified by VLAN ID

Circuits
{{ stats.provider_count }}

Providers

Organizations which provide circuit connectivity

{{ stats.circuit_count }}

Circuits

Communication links for Internet transit, peering, and other services

Recent Activity
{% for a in recent_activity %} {% endfor %}
{{ a.time|date:"Y-m-d H:i" }} {{ a.user }} {{ a.icon }} {{ a.message|safe }}
{% endblock %}