{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Interface" %} - {{ iface }}{% endblock %} {% block page_heading %}{% trans "Interface" %}: {{ iface }}{% endblock page_heading %} {% block content %}
{% trans 'MAC' %} | {% trans 'Name' %} | {% trans 'Type' %} | {% trans 'Speed' %} | {% trans 'State' %} |
---|---|---|---|---|
{{ iface.mac }} | {{ iface.name }} | {{ iface.type }} | {{ iface.speed }} | {{ iface.state }} |