{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Interface" %} - {{ iface }}{% endblock %} {% block content %}

{% trans "Interface:" %} {{ iface }}

{% include 'errors_block.html' %}

{% trans "Interface:" %}

{% trans "IPv4:" %} ({% ifequal ipv4 None %}None{% else %}{{ ipv4_type }}{% endifequal %})

{% trans "IPv6:" %} ({% ifequal ipv6 None %}None{% else %}{{ ipv6_type }}{% endifequal %})

{% trans "MAC Adress:" %}

{% trans "Interface Type:" %}

{% ifequal itype 'bridge' %}

{% trans "Bridge device" %}

{% endifequal %}

{% trans "Boot Mode:" %}

{% trans "State:" %}

{{ iface }}

{{ ipv4 }}

{{ ipv6 }}

{{ mac }}

{{ itype }}

{% ifequal itype 'bridge' %}

{{ bridge }}

{% endifequal %}

{{ start_mode }}

{% csrf_token %} {% ifequal state 0 %} {% else %} {% endifequal %}

{% endblock %}