{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% load render_table from django_tables2 %} {% block title %}{{ object }} - {{ title }}{% endblock %} {% block extra_controls %} {% trans "Scope Reconciliation" %} {% endblock extra_controls %} {% block content %}
{% trans "No scope reconciliation report has run yet. Run one from Scope Reconciliation; this page lists devices from the stored report." %}
{% else %}{% if half == "owned_untagged" %} {% trans "Devices this sync created that the current Forward tag-scope result no longer covers, as of the stored report. The same set carries the forward-uncovered tag." %} {% else %} {% trans "Devices carrying neither include tag that this sync never created: another source, an operator, or an old SNMP endpoint import. This sync makes no claim about them, tags none of them, and never prunes them. Listed so the count can be accounted for." %} {% endif %} {% blocktrans with count=device_count generated=report_generated_at %}{{ count }} device(s) from the report generated {{ generated }}.{% endblocktrans %}
{% render_table table 'inc/table.html' %} {% endif %}