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

{% trans "ACI Contract Relation" %}

{% trans "ACI Fabric" %} {{ object.aci_contract.aci_fabric|linkify }}
{% trans "ACI Tenant" %} {{ object.aci_contract.aci_tenant|linkify }}
{% trans "ACI Contract" %} {{ object.aci_contract|linkify }}
{% trans "ACI Object Type" %} {{ object.aci_object_type.name }}
{% trans "ACI Object" %} {{ object.aci_object|linkify }}
{% trans "Role" %} {% badge object.get_role_display bg_color=object.get_role_color %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock content %}