Back to Netbox

Objectchange Related

netbox/templates/core/panels/objectchange_related.html

4.6.3421 B
Original Source

{% load i18n %} {% include 'inc/panel_table.html' with table=related_changes_table heading='Related Changes' panel_class='default' %} {% if related_changes_count > related_changes_table.rows|length %}

{% blocktrans trimmed with count=related_changes_count|add:"1" %} See All {{ count }} Changes {% endblocktrans %} {% endif %}