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

{% trans "vPC Binding Pair" %}

{% trans "Name" %}{{ object.name|placeholder }}
{% trans "Binding A" %} {{ object.binding_a }}
{% trans "Binding B" %} {{ object.binding_b }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}