{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "WDM Line Port" %}
{% trans "WDM Node" %} {{ object.wdm_node|linkify }}
{% trans "Rear Port" %} {{ object.rear_port|linkify }}
{% trans "Direction" %} {{ object.get_direction_display }}
{% trans "Role" %} {{ object.get_role_display }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% plugin_full_width_page object %} {% endblock %}