{% extends 'project/networks/ports/_edit_port_help.html' %} {% load i18n %} {% block admin_fields %}
{% trans "Device ID" %}
{% blocktrans trimmed %}Device ID attached to the port. {% endblocktrans %}
{% trans "Device Owner" %}
{% blocktrans trimmed %}Device owner attached to the port. {% endblocktrans %}
{% trans "Binding: Host" %}
{% blocktrans trimmed %}The ID of the host where the port is allocated. In some cases, different implementations can run on different hosts. {% endblocktrans %}
{% trans "MAC Address" %}
{% blocktrans trimmed %}MAC address for the port. {% endblocktrans %}
{% endblock admin_fields %}