{% extends "base.html" %} {% block title %}Sites - Network Management{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
| Code | Name | Devices | Infrastructure | Vendors | Last Update | Actions |
|---|---|---|---|---|---|---|
| {{ site.code }} |
{{ site.site_name }}
{% if site.description %}
{{ site.description }}
{% endif %}
|
{% if site.total_devices > 0 %} {{ site.total_devices }} {% else %} 0 {% endif %} | {{ site.infrastructure_devices or 0 }} | {{ site.vendor_count or 0 }} | {% if site.last_device_update %} {{ site.last_device_update[:19] }} {% else %} Never {% endif %} |