{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}

{% trans "VLAN Translation Rule" %}

{% trans "Policy" %} {{ object.policy|linkify }}
{% trans "Local VID" %} {{ object.local_vid }}
{% trans "Remote VID" %} {{ object.remote_vid }}
{% trans "Description" %} {{ object.description }}
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}