{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% load plugins %} {% block content %} {# ── ObjectGroup chain section ───────────────────────────────────────── #}
{% trans "Every path from this IP address through its address-objects up to the root group." %} {% trans "Rows highlighted in yellow are matched via a containing prefix (inherited)." %}
| {% trans "Address Object" %} | {% trans "Group Chain (leaf → root)" %} | {% trans "Inherited via" %} |
|---|---|---|
| {{ entry.oco }} | {% for group in entry.chain %} {% if not forloop.first %} → {% endif %} {{ group.name }} {% endfor %} | {% if entry.inherited and entry.via %} {% trans "Subnet" %} {{ entry.via }} {% else %} — {% endif %} |