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

{% trans "OSPF Interface Attachment" %}

{% trans "Logical Interface Profile" %} {{ object.aci_logical_interface_profile }}
{% trans "OSPF Interface Policy" %} {{ object.aci_ospf_interface_policy }}
{% trans "Area ID" %}{{ object.ospf_area_id }}
{% trans "Area type" %}{{ object.get_ospf_area_type_display }}
{% trans "Area cost" %}{{ object.ospf_area_cost }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}