{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "STP Interface Policy" %}

{% trans "Name" %}{{ object.name }}
{% trans "Alias" %}{{ object.name_alias|placeholder }}
{% trans "Fabric" %} {{ object.aci_fabric }}
{% trans "BPDU filter" %}{{ object.bpdu_filter|yesno }}
{% trans "BPDU guard" %}{{ object.bpdu_guard|yesno }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}