{% load i18n %} {% load l10n %} {% url network.host_list as u %} {% include "network/menu-item.html" with href=u text="Hosts" %} {% url network.vlan_list as u %} {% include "network/menu-item.html" with href=u text="Vlans" %} {% url network.domain_list as u %} {% include "network/menu-item.html" with href=u text="Domains" %} {#
  • {% trans "Vlans" %}
  • #} {#
  • {% trans "Vlan groups" %}
  • #} {#
  • {% trans "Host groups" %}
  • #} {#
  • {% trans "Hosts" %}
  • #} {#
  • {% trans "Firewalls" %}
  • #} {#
  • {% trans "Domains" %}
  • #} {#
  • {% trans "DNS records" %}
  • #} {#
  • {% trans "Blacklists" %}
  • #}