{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}
{% trans "VLAN Mapping" %}
{% trans "Device" %} {{ object.device|linkify }}
{% trans "VLAN" %} {{ object.vlan|linkify }}
{% trans "L2VPN" %} {{ object.l2vpn_terminationn|linkify|placeholder }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
{% endblock %}