{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %} {% include 'netbox_map/inc/beta_banner.html' %}
{% trans "Application Dependency" %}
{% trans "Source Application" %} {{ object.source_application }}
{% trans "Target Application" %} {{ object.target_application }}
{% trans "Dependency Type" %} {% badge object.get_dependency_type_display bg_color=object.get_dependency_type_color %}
{% trans "Protocol" %} {{ object.get_protocol_display|placeholder }}
{% trans "Port" %} {{ object.port|placeholder }}
{% trans "Status" %} {% badge object.get_status_display bg_color=object.get_status_color %}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %}
{% endblock %}