{% extends "main.html" %} {% load i18n coffeescript crispy_forms_tags %} {% block angular %}{% include "angular/network.cs" %}{% endblock %} {% block title %}Cluster networks{% endblock %} {% block content %}
{% verbatim %}

Network device types ({{entries.length}} entries),

Network types ({{entries.length}} entries),

Networks ({{entries.length}} entries),

Network {{ active_network.identifier }}, {{ active_network.num_ip }} IP addresses

IP Netdevice Device
{{ obj.ip }} {{ obj.netdevice_name }} {{ obj.device_full_name }}
{% endverbatim %} {% endblock %}