{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "L2VPN Attributes" %}
{% trans "L2VPN" %} {{ object.l2vpn|linkify }}
{% trans "Assigned Object" %} {{ object.assigned_object|linkify }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' with tags=object.tags.all url='vpn:l2vpntermination_list' %}
{% endblock %}