| {% trans "Interface" %} | {% trans "Name" %} | {% trans "DHCP" %} | {% trans "IPv4 Address" %} | {% trans "IPv6 Auto" %} | {% trans "IPv6 Address" %} | {% trans "Options" %} | {% trans "Available actions" %} |
| {{ i.int_interface }} | {{ i.int_name }} | {{ i.int_dhcp }} | {% for ipv4 in i.get_ipv4_addresses %}{{ ipv4 }} {% endfor %} |
{{ i.int_ipv6auto }} | {% for ipv6 in i.get_ipv6_addresses %}{{ ipv6 }} {% endfor %} |
{{ i.int_options }} | |
| {% trans "No interfaces defined" %} | |||||||