{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {# Device-vs-NetBox delta for one route-policy overlay row (any family). #} {% extends 'base/layout.html' %} {% block title %}Drift delta — {{ object_name }}{% endblock %} {% block content %}
Drift delta — {{ family }} {{ object_name }} {% if device %}on {{ device }}{% endif %}
{% include "netbox_nso_plugin/inc/route_policy_diff_content.html" %} {% if device %}
Back to {{ device }} {% if state.assigned_object %} Versions {% endif %}
{% endif %}
{% endblock %}